mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
gh-100239: specialize long tail of binary operations (#128722)
This commit is contained in:
parent
e81fe940c9
commit
3893a92d95
21 changed files with 796 additions and 492 deletions
|
|
@ -1649,7 +1649,7 @@ class TestBranchAndJumpEvents(CheckEvents):
|
|||
return None
|
||||
|
||||
in_loop = ('branch left', 'foo', 10, 16)
|
||||
exit_loop = ('branch right', 'foo', 10, 32)
|
||||
exit_loop = ('branch right', 'foo', 10, 40)
|
||||
self.check_events(foo, recorders = BRANCH_OFFSET_RECORDERS, expected = [
|
||||
in_loop,
|
||||
in_loop,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue