Message75782
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. |
|
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 | |
|