]> granicus.if.org Git - python/commit
Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 20 Sep 2010 20:13:48 +0000 (20:13 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 20 Sep 2010 20:13:48 +0000 (20:13 +0000)
commitb0b384b7c0333bf1183cd6f90c0a3f9edaadd6b9
tree5e87a6a4d5896b19b6ae0113dd04165aea4d49ea
parent0646b4bb77a5955407e4174e9fac56447dc958f7
Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other
threads are still running.  Instead, reinitialize the GIL on a second
call to Py_Initialize().
Misc/NEWS
Python/pythonrun.c