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 0a96b3a commit bf9ff1fCopy full SHA for bf9ff1f
Lib/test/test_capi/test_opt.py
@@ -1831,6 +1831,7 @@ def testfunc(n):
1831
self.assertIn("_CALL_STR_1", uops)
1832
self.assertIn("_BINARY_OP_ADD_UNICODE", uops)
1833
self.assertNotIn("_GUARD_NOS_UNICODE", uops)
1834
+ self.assertNotIn("_GUARD_TOS_UNICODE", uops)
1835
1836
def test_call_str_1_result_is_const_for_str_input(self):
1837
# Test a special case where the argument of str(arg)
0 commit comments