mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
GH-122029: Break INSTRUMENTED_CALL into micro-ops, so that its behavior is consistent with CALL (GH-122177)
This commit is contained in:
parent
afb0aa6ed2
commit
95a73917cd
11 changed files with 341 additions and 153 deletions
|
|
@ -1575,7 +1575,7 @@ class TestLoadSuperAttr(CheckEvents):
|
|||
('line', 'method', 2),
|
||||
('line', 'method', 3),
|
||||
('line', 'method', 2),
|
||||
('call', 'method', 1),
|
||||
('call', 'method', d["b"]),
|
||||
('line', 'method', 1),
|
||||
('line', 'method', 1),
|
||||
('line', 'get_events', 11),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue