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 eryksun
Recipients eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-09-17.00:13:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474071180.45.0.796006491163.issue28168@psf.upfronthosting.co.za>
In-reply-to
Content
Hopefully this is my last change until someone reviews this. I decided to make it an error to pass an empty sequence, which previously would implicitly wait on the SIGINT event. This way simplifies the code and prevents someone from accidentally waiting forever on SIGINT when it's ignored or doesn't raise an exception. There should always be at least 1 other handle in the wait list.
History
Date User Action Args
2016-09-17 00:13:00eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower
2016-09-17 00:13:00eryksunsetmessageid: <1474071180.45.0.796006491163.issue28168@psf.upfronthosting.co.za>
2016-09-17 00:13:00eryksunlinkissue28168 messages
2016-09-17 00:13:00eryksuncreate