]> granicus.if.org Git - python/commit
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 27 Apr 2011 17:30:16 +0000 (19:30 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 27 Apr 2011 17:30:16 +0000 (19:30 +0200)
commit9ea1c8d7d73aea2990adab20e144827f268eef89
treece3df8b4c5ba01595489bf5aa2fdbbc8669fdd8f
parent2356659f343523336724860263fdc41d74590b42
parent0c759febb660ad3dabc976383e24c28658dfda39
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
APIs, to avoid a crash with the pthread implementation in RHEL 5.  Patch
by Charles-François Natali.
Include/pystate.h
Misc/NEWS
Python/pystate.c