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 miss-islington, serhiy.storchaka, yselivanov
Date 2018-03-20.06:46:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521528362.58.0.467229070634.issue33041@psf.upfronthosting.co.za>
In-reply-to
Content
I'm surprised, but seems PR 6154 fixes the whole issue 3 in 3.7.

It keeps only one POP_BLOCK corresponding to SETUP_LOOP. It also make the generated bytecode a tiny bit more efficient (less jumps).
History
Date User Action Args
2018-03-20 06:46:02serhiy.storchakasetrecipients: + serhiy.storchaka, yselivanov, miss-islington
2018-03-20 06:46:02serhiy.storchakasetmessageid: <1521528362.58.0.467229070634.issue33041@psf.upfronthosting.co.za>
2018-03-20 06:46:02serhiy.storchakalinkissue33041 messages
2018-03-20 06:46:02serhiy.storchakacreate