[pywin32-bugs] [ pywin32-Bugs-1605282 ] WaitForSingleObject doesn't release GIL?
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2006-11-29 17:15:08
|
Bugs item #1605282, was opened at 2006-11-29 14:23 Message generated for change (Comment added) made by sturlamolden You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1605282&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Sturla (sturlamolden) Assigned to: Nobody/Anonymous (nobody) Summary: WaitForSingleObject doesn't release GIL? Initial Comment: >From the looks of the SWIG interface win32event.i, WaitForSingleObject, WaitForSingleObjectEx and WaitForInputIdle doesn't release the GIL. Sturla Molden ---------------------------------------------------------------------- >Comment By: Sturla (sturlamolden) Date: 2006-11-29 17:15 Message: Logged In: YES user_id=1511707 Originator: YES And since these wait functions holds the GIL while they wait, we (may) get a deadlock. ---------------------------------------------------------------------- Comment By: Sturla (sturlamolden) Date: 2006-11-29 17:10 Message: Logged In: YES user_id=1511707 Originator: YES And since these wait functions holds the GIL while they wait, we (may) get a deadlock. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1605282&group_id=78018 |