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 serhiy.storchaka
Recipients Mark.Shannon, benjamin.peterson, ncoghlan, serhiy.storchaka, yselivanov
Date 2018-07-08.20:07:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531080424.62.0.56676864532.issue34066@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe it is worth to disable interrupting before more opcodes. For example for fixing a problem with the contextlib.nullcontext example (issue34067) we need to disable interrupting before STORE_FAST, LOAD_FAST and JUMP_FORWARD.
History
Date User Action Args
2018-07-08 20:07:04serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, benjamin.peterson, Mark.Shannon, yselivanov
2018-07-08 20:07:04serhiy.storchakasetmessageid: <1531080424.62.0.56676864532.issue34066@psf.upfronthosting.co.za>
2018-07-08 20:07:04serhiy.storchakalinkissue34066 messages
2018-07-08 20:07:04serhiy.storchakacreate