]> granicus.if.org Git - python/commit
Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 13 Sep 2010 14:16:46 +0000 (14:16 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 13 Sep 2010 14:16:46 +0000 (14:16 +0000)
commit1df1536fb98c1c2bbeefe373bc38877129f905e1
treea1489c86f4f1ea5b0645afcabf8aee765826d18a
parentbea8ae794873485eef1b0c0c20b374df99858430
Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly
re-created on a subsequent call to Py_Initialize().  The problem (a crash)
wouldn't appear in 3.1 or 2.7 where the GIL's structure is more trivial.
Include/ceval.h
Misc/NEWS
Python/ceval.c
Python/ceval_gil.h
Python/pythonrun.c