Message350773
I did a GitHub code search on "PyThreadState_DeleteCurrent" in C code:
https://github.com/search?l=C&q=PyThreadState_DeleteCurrent&type=Code
I looked at the first 6 pages: I only found copies of the Python source code, but no *call* to this function. It seems like this function is not used outside Python, so it's fine to remove it.
Anyway, if an user complains lately, we can add it back. It's fine.
In case of doubt, in this case, I'm fine with removing the function. |
|
Date |
User |
Action |
Args |
2019-08-29 13:09:30 | vstinner | set | recipients:
+ vstinner, ncoghlan, docs@python, eric.snow, nanjekyejoannah |
2019-08-29 13:09:30 | vstinner | set | messageid: <1567084170.47.0.563134829544.issue37878@roundup.psfhosted.org> |
2019-08-29 13:09:30 | vstinner | link | issue37878 messages |
2019-08-29 13:09:30 | vstinner | create | |
|