Skip to content

Commit 03e509e

Browse files
committed
Add missing import _testinternalcapi
1 parent 30212a2 commit 03e509e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_capi/test_exceptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313

1414
from .test_misc import decode_stderr
1515

16-
# Skip this test if the _testcapi module isn't available.
16+
# Skip this test if the _testcapi or _testinternalcapi module isn't available.
1717
_testcapi = import_helper.import_module('_testcapi')
18+
_testinternalcapi = import_helper.import_module('_testinternalcapi')
1819

1920
NULL = None
2021

0 commit comments

Comments
 (0)