]> 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:20:48 +0000 (19:20 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 27 Apr 2011 17:20:48 +0000 (19:20 +0200)
commit4394e0db24f38250d487adcbd8b85f314cb86829
tree780b649028ce241a21af7f595b84b6f8db1d719b
parent34b32d62f85f198ca0c92b367e04a08febb87532
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