]> granicus.if.org Git - python/commit
Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the
authorCharles-François Natali <neologix@free.fr>
Tue, 22 Nov 2011 18:51:14 +0000 (19:51 +0100)
committerCharles-François Natali <neologix@free.fr>
Tue, 22 Nov 2011 18:51:14 +0000 (19:51 +0100)
commit23b0b9252e91f2a1262cf83c51d4f4621d655095
treebfffcba5a4207342d72899eea53fc07f8f9fca70
parent221ef67fd669622f0d2b8c6a4e9c16ea4a0e1488
parenta233df885b15ada37bb04e06aa465e8d4554b228
Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the
TLS key only if the thread that called fork() had an associated auto thread
state (this might not be the case for example for a thread created outside of
Python calling into a subinterpreter).