commit | 9ea1c8d7d73aea2990adab20e144827f268eef89 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Apr 27 19:30:16 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Apr 27 19:30:16 2011 +0200 |
tree | ce3df8b4c5ba01595489bf5aa2fdbbc8669fdd8f | |
parent | 2356659f343523336724860263fdc41d74590b42 [diff] | |
parent | 0c759febb660ad3dabc976383e24c28658dfda39 [diff] |
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.