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 24a2bd0 commit 26f9381Copy full SHA for 26f9381
Lib/test/test_dynamic.py
@@ -134,7 +134,7 @@ def test_eval_gives_lambda_custom_globals(self):
134
135
self.assertEqual(foo(), 7)
136
137
- @unittest.skipIf(is_wasi and Py_DEBUG, "stack depth too shallow in pydebug WASI")
+ @unittest.skipIf(is_wasi, "stack depth too shallow in WASI")
138
def test_load_global_specialization_failure_keeps_oparg(self):
139
# https://github.com/python/cpython/issues/91625
140
class MyGlobals(dict):
0 commit comments