]> granicus.if.org Git - python/commit
Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(),
authorMark Hammond <mhammond@skippinet.com.au>
Tue, 24 Aug 2004 22:24:08 +0000 (22:24 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Tue, 24 Aug 2004 22:24:08 +0000 (22:24 +0000)
commiteb619bb80b651a99abd1fe016d0ac024cbd9677a
treede42b4d10f9e50b150053df48391d466d0b27b67
parent8107ca47ebc79fa9cec8feea69d270f3774da669
Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(),
and a test case.
When booting a new thread, use the PyGILState API to manage the GIL.
Lib/test/test_capi.py
Modules/threadmodule.c