mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
GH-99005: Add CALL_INTRINSIC_1 instruction (GH-100771)
* Remove PRINT_EXPR instruction * Remove STOPITERATION_ERROR instruction * Remove IMPORT_STAR instruction
This commit is contained in:
parent
f20c553a45
commit
28187141cc
19 changed files with 336 additions and 361 deletions
|
|
@ -543,7 +543,7 @@ dis_asyncwith = """\
|
|||
>> COPY 3
|
||||
POP_EXCEPT
|
||||
RERAISE 1
|
||||
>> STOPITERATION_ERROR
|
||||
>> CALL_INTRINSIC_1 3
|
||||
RERAISE 1
|
||||
ExceptionTable:
|
||||
12 rows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue