Skip to content

Commit 37b4e0a

Browse files
committed
remove debug print
1 parent 7c9aa65 commit 37b4e0a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_capi/test_opt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2785,7 +2785,6 @@ def testfunc(n):
27852785
self.assertNotIn("_CALL_METHOD_DESCRIPTOR_NOARGS", uops)
27862786
self.assertNotIn("_GUARD_CALLABLE_METHOD_DESCRIPTOR_NOARGS", uops)
27872787
self.assertGreaterEqual(count_ops(ex, "_POP_TOP"), 5)
2788-
print(uops)
27892788
self.assertGreaterEqual(count_ops(ex, "_POP_TOP"), 3)
27902789

27912790
def test_call_method_descriptor_fast(self):

0 commit comments

Comments
 (0)