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 brandtbucher
Recipients Mark.Shannon, brandtbucher, iritkatriel, rok.mandeljc, serhiy.storchaka
Date 2021-11-09.17:24:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636478648.83.0.3620344314.issue45757@roundup.psfhosted.org>
In-reply-to
Content
I don't think that it does, since oparg gets totally reassigned each time we load a new instruction. EXTENDED_ARG actually needs to hack around this by advancing the instruction itself, updating oparg, and jumping straight into the next opcode.
History
Date User Action Args
2021-11-09 17:24:08brandtbuchersetrecipients: + brandtbucher, Mark.Shannon, serhiy.storchaka, iritkatriel, rok.mandeljc
2021-11-09 17:24:08brandtbuchersetmessageid: <1636478648.83.0.3620344314.issue45757@roundup.psfhosted.org>
2021-11-09 17:24:08brandtbucherlinkissue45757 messages
2021-11-09 17:24:08brandtbuchercreate