[Patches] [ python-Patches-1010677 ] thread Module Breaks PyGILState_Ensure()

SourceForge.net noreply at sourceforge.net
Tue Aug 17 14:16:20 CEST 2004


Patches item #1010677, was opened at 2004-08-17 13:08
Message generated for change (Settings changed) made by philthompson10
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1010677&group_id=5470

Category: Modules
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Phil Thompson (philthompson10)
>Assigned to: Mark Hammond (mhammond)
Summary: thread Module Breaks PyGILState_Ensure()

Initial Comment:
The thread module creates thread states that 
PyGILState_Ensure() doesn't know about. This means that the 
latter can try to acquire the GIL when it already has it - resulting 
in a deadlock. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1010677&group_id=5470


More information about the Patches mailing list