From: Charles-François Natali Date: Tue, 22 Nov 2011 18:51:14 +0000 (+0100) Subject: Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the X-Git-Tag: v3.3.0a1~746 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23b0b9252e91f2a1262cf83c51d4f4621d655095;p=python 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). --- 23b0b9252e91f2a1262cf83c51d4f4621d655095