[issue4293] Thread Safe Py_AddPendingCall

Kristján Valur Jónsson report at bugs.python.org
Mon Nov 17 15:52:39 CET 2008


Kristján Valur Jónsson <kristjan at ccpgames.com> added the comment:

Small refinement:  Deadlock avoidance is only needed on the main thread 
since we only install signal handlers for the main thread.

Added file: http://bugs.python.org/file12031/pendingalls.patch

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


More information about the Python-bugs-list mailing list