[issue3027] if extended c module is calling Windows API waitForSingleObject, it will block other thread.

patrick report at bugs.python.org
Tue Jun 3 04:58:28 CEST 2008


patrick <patrick_jiang at phoenix.com> added the comment:

Yes, after wrapping the calling to block operation with marco 
Py_BEGIN_ALLOW_THREADS and Py_END_ALLOW_THREADS, that issue is gone. 
Thank you.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3027>
_______________________________________


More information about the Python-bugs-list mailing list