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 sbt
Recipients brian.curtin, jnoller, pitrou, sbt, tim.golden
Date 2011-06-17.17:00:37
SpamBayes Score 0.008304237
Marked as misclassified No
Message-id <1308330038.46.0.96445798509.issue12328@psf.upfronthosting.co.za>
In-reply-to
Content
> You are right, we need a manual reset *or* we must ensure that every
> user of _PyOS_SigintEvent only does so from the main thread.

On second thoughts, even using an auto-reset event, resetting the event before waiting is unavoidable.  Otherwise you are liable to catch an event that was set a long time ago.
History
Date User Action Args
2011-06-17 17:00:38sbtsetrecipients: + sbt, pitrou, tim.golden, jnoller, brian.curtin
2011-06-17 17:00:38sbtsetmessageid: <1308330038.46.0.96445798509.issue12328@psf.upfronthosting.co.za>
2011-06-17 17:00:37sbtlinkissue12328 messages
2011-06-17 17:00:37sbtcreate