◐ Shell
clean mode source ↗

bpo-37878: Make PyThreadState_DeleteCurrent() Internal by nanjekyejoannah · Pull Request #15315 · python/cpython

@nanjekyejoannah

@blurb-it

willingc

Co-Authored-By: Carol Willing <carolcode@willingconsulting.com>
Co-Authored-By: Carol Willing <carolcode@willingconsulting.com>

vstinner

@nanjekyejoannah

@nanjekyejoannah nanjekyejoannah changed the title bpo-37878: Document PyThreadState_DeleteCurrent() bpo-37878: Make PyThreadState_DeleteCurrent() Internal

Aug 28, 2019

@nanjekyejoannah

vstinner

vstinner

vstinner

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
)

* Rename PyThreadState_DeleteCurrent()
  to _PyThreadState_DeleteCurrent()
* Move it to the internal C API

Co-Authored-By: Carol Willing <carolcode@willingconsulting.com>

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
)

* Rename PyThreadState_DeleteCurrent()
  to _PyThreadState_DeleteCurrent()
* Move it to the internal C API

Co-Authored-By: Carol Willing <carolcode@willingconsulting.com>

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020
)

* Rename PyThreadState_DeleteCurrent()
  to _PyThreadState_DeleteCurrent()
* Move it to the internal C API

Co-Authored-By: Carol Willing <carolcode@willingconsulting.com>