mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
GH-111485: Use micro-ops to split specialization code from base action (GH-111561)
This commit is contained in:
parent
eaf67e37a2
commit
b14e882428
9 changed files with 864 additions and 583 deletions
|
|
@ -2595,7 +2595,7 @@ class TestUops(unittest.TestCase):
|
|||
ex = get_first_executor(testfunc)
|
||||
self.assertIsNotNone(ex)
|
||||
uops = {opname for opname, _, _ in ex}
|
||||
self.assertIn("UNPACK_SEQUENCE", uops)
|
||||
self.assertIn("_UNPACK_SEQUENCE", uops)
|
||||
|
||||
def test_pop_jump_if_false(self):
|
||||
def testfunc(n):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue