We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9aa65 commit 37b4e0aCopy full SHA for 37b4e0a
1 file changed
Lib/test/test_capi/test_opt.py
@@ -2785,7 +2785,6 @@ def testfunc(n):
2785
self.assertNotIn("_CALL_METHOD_DESCRIPTOR_NOARGS", uops)
2786
self.assertNotIn("_GUARD_CALLABLE_METHOD_DESCRIPTOR_NOARGS", uops)
2787
self.assertGreaterEqual(count_ops(ex, "_POP_TOP"), 5)
2788
- print(uops)
2789
self.assertGreaterEqual(count_ops(ex, "_POP_TOP"), 3)
2790
2791
def test_call_method_descriptor_fast(self):
0 commit comments