This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, christian.heimes, kristjan.jonsson
Date 2008-11-12.10:09:04
SpamBayes Score 0.01005218
Marked as misclassified No
Message-id <1226484545.64.0.747093740413.issue4293@psf.upfronthosting.co.za>
In-reply-to
Content
Py_AddPendingCall is used inside signal handlers.
It seems that there is a (tiny) chance that a signal interrupts the
program inside Py_MakePendingCalls, while the pendinglock is held.
Py_AddPendingCall would try to acquire this lock again and deadlock.
History
Date User Action Args
2008-11-12 10:09:05amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, kristjan.jonsson, christian.heimes
2008-11-12 10:09:05amaury.forgeotdarcsetmessageid: <1226484545.64.0.747093740413.issue4293@psf.upfronthosting.co.za>
2008-11-12 10:09:05amaury.forgeotdarclinkissue4293 messages
2008-11-12 10:09:04amaury.forgeotdarccreate