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.
A
Antoine Pitrou committed
1df1536fb98c1c2bbeefe373bc38877129f905e1
Parent: bea8ae7