commit | b0b384b7c0333bf1183cd6f90c0a3f9edaadd6b9 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Sep 20 20:13:48 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Sep 20 20:13:48 2010 +0000 |
tree | 5e87a6a4d5896b19b6ae0113dd04165aea4d49ea | |
parent | 0646b4bb77a5955407e4174e9fac56447dc958f7 [diff] |
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().