mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
This commit is contained in:
parent
0a7f48b9a8
commit
a9caf9cf90
16 changed files with 627 additions and 682 deletions
|
@ -41,8 +41,8 @@ class IsolatedCodeGenTests(CodegenTestCase):
|
|||
loop_lbl := self.Label(),
|
||||
('FOR_ITER', exit_lbl := self.Label(), 1),
|
||||
('STORE_NAME', 1, 1),
|
||||
('PUSH_NULL', None, 2),
|
||||
('LOAD_NAME', 2, 2),
|
||||
('PUSH_NULL', None, 2),
|
||||
('LOAD_NAME', 1, 2),
|
||||
('CALL', 1, 2),
|
||||
('POP_TOP', None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue