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 8ba53c3 commit 6e11442Copy full SHA for 6e11442
Lib/test/test_capi/test_opt.py
@@ -1954,7 +1954,7 @@ def testfunc(n):
1954
self.assertIsNotNone(ex)
1955
uops = get_opnames(ex)
1956
self.assertIn("_CALL_ISINSTANCE", uops)
1957
- self.assertNotIn("_GUARD_CALLABLE_ISINSTANCE_NULL", uops)
+ self.assertNotIn("_GUARD_THIRD_NULL", uops)
1958
self.assertNotIn("_GUARD_CALLABLE_ISINSTANCE", uops)
1959
1960
0 commit comments