Message 75782 - Python tracker (original) (raw)
Message75782
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:05 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, kristjan.jonsson, christian.heimes |
2008-11-12 10:09:05 | amaury.forgeotdarc | set | messageid: 1226484545.64.0.747093740413.issue4293@psf.upfronthosting.co.za |
2008-11-12 10:09:05 | amaury.forgeotdarc | link | issue4293 messages |
2008-11-12 10:09:04 | amaury.forgeotdarc | create |