Message349954
I'm not sure why PyThreadState_DeleteCurrent() is exposed. Why would anyone use it?
It is used internally by the _thread module when the thread function completes.
I suggest to make the function internal instead of documenting it.
Eric, Joannah: what do you think? |
|
| Date |
User |
Action |
Args |
| 2019-08-19 10:40:00 | vstinner | set | recipients:
+ vstinner, ncoghlan, docs@python, eric.snow, nanjekyejoannah |
| 2019-08-19 10:40:00 | vstinner | set | messageid: <[email protected]> |
| 2019-08-19 10:40:00 | vstinner | link | issue37878 messages |
| 2019-08-19 10:40:00 | vstinner | create | |
|