[issue11768] signal_handler() is not reentrant: deadlock in Py_AddPendingCall()

2011-04-18 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@haypocalc.com: -- title: test_signals() of test_threadsignals failure on Mac OS X - signal_handler() is not reentrant: deadlock in Py_AddPendingCall() ___ Python tracker rep...@bugs.python.org

[issue11768] signal_handler() is not reentrant: deadlock in Py_AddPendingCall()

2011-04-18 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@haypocalc.com: -- title: test_signals() of test_threadsignals failure on Mac OS X - signal_handler() is not reentrant: deadlock in Py_AddPendingCall() ___ Python tracker rep...@bugs.python.org

[issue11768] signal_handler() is not reentrant: deadlock in Py_AddPendingCall()

2011-04-18 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Well, since it is a bugfix, you should apply it to all versions. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11768 ___

[issue11768] signal_handler() is not reentrant: deadlock in Py_AddPendingCall()

2011-04-18 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 319f7af9ee5e by Victor Stinner in branch '3.1': Issue #11768: The signal handler of the signal module only calls http://hg.python.org/cpython/rev/319f7af9ee5e New changeset 28ab8c6ad8f9 by Victor Stinner in branch '3.2': (Merge 3.1)

[issue11768] signal_handler() is not reentrant: deadlock in Py_AddPendingCall()

2011-04-18 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 7d355c2ff3d4 by Victor Stinner in branch '2.7': (Merge 3.1) Issue #11768: The signal handler of the signal module only calls http://hg.python.org/cpython/rev/7d355c2ff3d4 New changeset ebd080593351 by Victor Stinner in branch '2.7':

[issue11768] signal_handler() is not reentrant: deadlock in Py_AddPendingCall()

2011-04-18 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: The deadlock is fixed. Reopen the issue if you still see test_threadsignals hang on a buildbot. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org