commit | 1df1536fb98c1c2bbeefe373bc38877129f905e1 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Sep 13 14:16:46 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Sep 13 14:16:46 2010 +0000 |
tree | a1489c86f4f1ea5b0645afcabf8aee765826d18a | |
parent | bea8ae794873485eef1b0c0c20b374df99858430 [diff] |
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.