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: <1566211200.15.0.534809978575.issue37878@roundup.psfhosted.org> |
2019-08-19 10:40:00 | vstinner | link | issue37878 messages |
2019-08-19 10:40:00 | vstinner | create | |
|