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 iritkatriel
Recipients iritkatriel, rok.mandeljc, serhiy.storchaka
Date 2021-11-08.22:45:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636411559.16.0.296423169802.issue45757@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the report. This should fix it, I'll create a patch:

@@ -428,6 +428,7 @@ def _unpack_opargs(code):
             extended_arg = (arg << 8) if op == EXTENDED_ARG else 0
         else:
             arg = None
+            extended_arg = 0
         yield (i, op, arg)
History
Date User Action Args
2021-11-08 22:45:59iritkatrielsetrecipients: + iritkatriel, serhiy.storchaka, rok.mandeljc
2021-11-08 22:45:59iritkatrielsetmessageid: <1636411559.16.0.296423169802.issue45757@roundup.psfhosted.org>
2021-11-08 22:45:59iritkatriellinkissue45757 messages
2021-11-08 22:45:59iritkatrielcreate