Message387653
PyInterpreterState_New call and use PyThreadState *tstate = _PyThreadState_GET();
_PyRuntime.gilstate.autoTSSkey has to be initialized before pthread_getspecific() or pthread_setspecific() can be used.
_PyRuntime.gilstate.autoTSSkey create in _PyGILState_Init. PyInterpreterState_New called before _PyGILState_Init. |
|
Date |
User |
Action |
Args |
2021-02-25 08:40:48 | JunyiXie | set | recipients:
+ JunyiXie |
2021-02-25 08:40:48 | JunyiXie | set | messageid: <1614242448.01.0.710377018909.issue43311@roundup.psfhosted.org> |
2021-02-25 08:40:48 | JunyiXie | link | issue43311 messages |
2021-02-25 08:40:47 | JunyiXie | create | |
|