Files
cpython/Python
Amaury Forgeot d'Arc 025c347d61 Issue #1402: PyInterpreterState_Clear() may still invoke user code
(in deallocation of running threads, for example), so the PyGILState_Release()
function must still be functional.
On the other hand, _PyGILState_Fini() only frees memory, and can be called later.

Backport candidate, but only after some experts comment on it.
2007-11-29 23:35:25 +00:00
..
2006-04-13 13:08:58 +00:00
2007-10-25 02:26:58 +00:00
2007-11-13 21:54:28 +00:00
2006-07-11 16:44:25 +00:00