bpo-36356: Destroy the GIL at exit (GH-12453)
* Add _PyEval_FiniThreads2(). _PyEval_FiniThreads() now only clears the pending lock, whereas _PyEval_FiniThreads2() destroys the GIL. * pymain_free() now calls _PyEval_FiniThreads2(). * Py_FinalizeEx() now calls _PyEval_FiniThreads().
V
Victor Stinner committed
b36e5d627d4232a01850707eb78a5067f3fd77f4
Parent: 7a5a1cf
Committed by GitHub <noreply@github.com>
on 4/29/2019, 9:15:56 AM