]> granicus.if.org Git - python/commit
PyGILState cleanup was too early - destructors called via module cleanup may use...
authorMark Hammond <mhammond@skippinet.com.au>
Tue, 22 Apr 2003 11:18:00 +0000 (11:18 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Tue, 22 Apr 2003 11:18:00 +0000 (11:18 +0000)
commit6cb9029a2273ae2d9ca3c3a0a7fe1111111c2713
tree8d052762ca10a843368ab56f2e69e2853d91b256
parentecd2fdca0f9461b149ca6d0bcf070deac5e7ca9a
PyGILState cleanup was too early - destructors called via module cleanup may use the API.
Python/pythonrun.c