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 pitrou
Recipients Martin Bammer, pitrou, ppperry, serhiy.storchaka
Date 2018-07-17.13:21:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531833713.46.0.56676864532.issue34128@psf.upfronthosting.co.za>
In-reply-to
Content
The right way to do this is not to pass a timeout parameter but to check for GIL interrupts as done in the main bytecode evaluation loop.
History
Date User Action Args
2018-07-17 13:21:53pitrousetrecipients: + pitrou, serhiy.storchaka, ppperry, Martin Bammer
2018-07-17 13:21:53pitrousetmessageid: <1531833713.46.0.56676864532.issue34128@psf.upfronthosting.co.za>
2018-07-17 13:21:53pitroulinkissue34128 messages
2018-07-17 13:21:53pitroucreate