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 benjamin.peterson, brett.cannon, methane, ncoghlan, pitrou, rhettinger, serhiy.storchaka, yselivanov
Date 2018-12-03.10:39:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543833582.5.0.788709270274.issue32477@psf.upfronthosting.co.za>
In-reply-to
Content
Simplified PR 5077. It uses now NEXT_BLOCK() to guarantee that a new block is always used after jumps. NEXT_BLOCK() was defined, but not used before.

bpo-35193 and bpo-9566 demonstrate that the code of peephole.c is complex and error-prone. Moving it to the upper level makes it more error-proof and general.
History
Date User Action Args
2018-12-03 10:39:42serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, ncoghlan, pitrou, benjamin.peterson, methane, yselivanov
2018-12-03 10:39:42serhiy.storchakasetmessageid: <1543833582.5.0.788709270274.issue32477@psf.upfronthosting.co.za>
2018-12-03 10:39:42serhiy.storchakalinkissue32477 messages
2018-12-03 10:39:42serhiy.storchakacreate