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 kristjan.jonsson
Recipients amaury.forgeotdarc, christian.heimes, kristjan.jonsson
Date 2008-11-17.19:05:33
SpamBayes Score 0.0020534734
Marked as misclassified No
Message-id <1226948735.11.0.115852253131.issue4293@psf.upfronthosting.co.za>
In-reply-to
Content
I turns out that for SIGINT, windows creates a new thread.  So, the 
assumption that signals are delivered on the main thread are not valid 
in general.  Therefore, we must initialize the lock pending_lock 
independently of PyEval_InitThreads(), and also cannot assume that 
signals are deliverd on the main thread.
History
Date User Action Args
2008-11-17 19:05:35kristjan.jonssonsetrecipients: + kristjan.jonsson, amaury.forgeotdarc, christian.heimes
2008-11-17 19:05:35kristjan.jonssonsetmessageid: <1226948735.11.0.115852253131.issue4293@psf.upfronthosting.co.za>
2008-11-17 19:05:34kristjan.jonssonlinkissue4293 messages
2008-11-17 19:05:34kristjan.jonssoncreate