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 f0ffafd commit 85580caCopy full SHA for 85580ca
Lib/test/test_capi/test_opt.py
@@ -57,6 +57,7 @@ def get_opnames(ex):
57
58
@requires_specialization
59
@unittest.skipIf(Py_GIL_DISABLED, "optimizer not yet supported in free-threaded builds")
60
+@unittest.skipUnless(hasattr(_testinternalcapi, "new_uop_optimizer"), "required infrastructure")
61
class TestExecutorInvalidation(unittest.TestCase):
62
63
def test_invalidate_object(self):
0 commit comments