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 vstinner
Recipients pitrou, ronaldoussoren, sable, vstinner
Date 2011-04-01.16:02:42
SpamBayes Score 0.01085557
Marked as misclassified No
Message-id <1301673763.87.0.219964946969.issue11738@psf.upfronthosting.co.za>
In-reply-to
Content
The trace is supposed to contain the traceback of all threads, and I see only one thread. So I suppose that send_signals() thread has exited. I don't know if it raises an exception or was interrupted before calling signalled_all.release().
History
Date User Action Args
2011-04-01 16:02:43vstinnersetrecipients: + vstinner, ronaldoussoren, pitrou, sable
2011-04-01 16:02:43vstinnersetmessageid: <1301673763.87.0.219964946969.issue11738@psf.upfronthosting.co.za>
2011-04-01 16:02:42vstinnerlinkissue11738 messages
2011-04-01 16:02:42vstinnercreate