mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) (GH-95143)
(cherry picked from commit e402b26b7f
)
This commit is contained in:
parent
e99496e1c2
commit
5a48ab01e9
8 changed files with 20 additions and 198 deletions
|
@ -638,7 +638,7 @@ dis_extended_arg_quick_code = """\
|
|||
%3d 0 RESUME 0
|
||||
|
||||
%3d 2 LOAD_CONST 1 (Ellipsis)
|
||||
4 EXTENDED_ARG_QUICK 1
|
||||
4 EXTENDED_ARG 1
|
||||
6 UNPACK_EX 256
|
||||
8 STORE_FAST 0 (_)
|
||||
10 STORE_FAST 0 (_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue