]> granicus.if.org Git - python/commitdiff
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)
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).


Trivial merge