Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
Sacul0457 committed Feb 14, 2026
commit d7d04ba5038c354dec3d98178f78fa4e39ee5502
2 changes: 1 addition & 1 deletion Lib/test/test_capi/test_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -3891,7 +3891,7 @@ def testfunc(n):
self.assertIn("_UNARY_INVERT", uops)
self.assertIn("_POP_TOP_NOP", uops)
self.assertLessEqual(count_ops(ex, "_POP_TOP"), 2)

def test_match_class(self):
def testfunc(n):
class A:
Expand Down