Message405986
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) |
|
Date |
User |
Action |
Args |
2021-11-08 22:45:59 | iritkatriel | set | recipients:
+ iritkatriel, serhiy.storchaka, rok.mandeljc |
2021-11-08 22:45:59 | iritkatriel | set | messageid: <1636411559.16.0.296423169802.issue45757@roundup.psfhosted.org> |
2021-11-08 22:45:59 | iritkatriel | link | issue45757 messages |
2021-11-08 22:45:59 | iritkatriel | create | |
|