]> 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:28:05 +0000 (19:28 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 27 Apr 2011 17:28:05 +0000 (19:28 +0200)
commit0c759febb660ad3dabc976383e24c28658dfda39
tree665621563310f3c1b81062b65c149722e3c85a67
parent43ae619925cbcee7b59c3c370829a053fef40acb
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
Modules/signalmodule.c
Python/pystate.c