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 jnoller, pitrou, sbt
Date 2011-06-15.13:17:17
SpamBayes Score 2.4036997e-05
Marked as misclassified No
Message-id <1308143838.76.0.17999098178.issue12328@psf.upfronthosting.co.za>
In-reply-to
Content
pipe_interruptible.patch is a patch to support to making poll() interruptible.  It applies on top of pipe_poll_2.patch.

I am not sure what the guarantees are for when KeyboardInterrupt will be raised.

I would have done it a bit differently if I knew a good way to test whether the current thread is the main one.  Maybe there should be something like PyThread_is_main() and/or threading.ismain().
History
Date User Action Args
2011-06-15 13:17:18sbtsetrecipients: + sbt, pitrou, jnoller
2011-06-15 13:17:18sbtsetmessageid: <1308143838.76.0.17999098178.issue12328@psf.upfronthosting.co.za>
2011-06-15 13:17:18sbtlinkissue12328 messages
2011-06-15 13:17:18sbtcreate