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 38f8396 commit 902c089Copy full SHA for 902c089
Lib/test/test_capi/test_opt.py
@@ -5040,6 +5040,7 @@ def testfunc(n):
5040
self.assertIsNotNone(ex)
5041
uops = get_opnames(ex)
5042
self.assertNotIn("_LOAD_SUPER_ATTR_METHOD", uops)
5043
+ self.assertEqual(uops.count("_GUARD_NOS_TYPE_VERSION"), 2)
5044
5045
def global_identity(x):
5046
return x
0 commit comments