Skip to content

Commit c51dafa

Browse files
Fixup test_call
1 parent fabb007 commit c51dafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,8 +1023,8 @@ class TestRecursion(unittest.TestCase):
10231023

10241024
@skip_on_s390x
10251025
@unittest.skipIf(is_wasi and Py_DEBUG, "requires deep stack")
1026+
@unittest.skipIf(_testcapi is None, "requires _testcapi")
10261027
def test_super_deep(self):
1027-
_testcapi = import_helper.import_module("_testcapi")
10281028

10291029
def recurse(n):
10301030
if n:

0 commit comments

Comments
 (0)