[issue12179] Race condition using PyGILState_Ensure on a new thread

2019-10-22 Thread STINNER Victor
STINNER Victor added the comment: Bug report in 2011. I close this old issue. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___

[issue12179] Race condition using PyGILState_Ensure on a new thread

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12179] Race condition using PyGILState_Ensure on a new thread

2014-06-24 Thread Mark Lawrence
Mark Lawrence added the comment: Can one of you on the nosy list pick this up please, it's way out of my league. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12179 ___

[issue12179] Race condition using PyGILState_Ensure on a new thread

2011-05-25 Thread Sye van der Veen
New submission from Sye van der Veen syeber...@rogers.com: I'm wanting to call PyThreadState_SetAsyncExc from a function registered with SetConsoleCtrlHandler. To do so, I need to call PyGILState_Ensure, which asserts that Python is initialized, so I need to check for that. However, I

[issue12179] Race condition using PyGILState_Ensure on a new thread

2011-05-25 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@haypocalc.com: -- nosy: +charles-francois.natali, haypo, pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12179 ___