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 Chris Billington
Recipients Chris Billington, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-02-08.01:16:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549588607.52.0.929020551249.issue35935@roundup.psfhosted.org>
In-reply-to
Content
If I add:

import signal
signal.signal(signal.SIGINT, signal.SIG_DFL)

before the wait() call, then the call is interruptible on both Python versions without needing to add a timeout.
History
Date User Action Args
2019-02-08 01:16:49Chris Billingtonsetrecipients: + Chris Billington, paul.moore, tim.golden, zach.ware, steve.dower
2019-02-08 01:16:47Chris Billingtonsetmessageid: <1549588607.52.0.929020551249.issue35935@roundup.psfhosted.org>
2019-02-08 01:16:47Chris Billingtonlinkissue35935 messages
2019-02-08 01:16:47Chris Billingtoncreate