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 30212a2 commit 03e509eCopy full SHA for 03e509e
Lib/test/test_capi/test_exceptions.py
@@ -13,8 +13,9 @@
13
14
from .test_misc import decode_stderr
15
16
-# Skip this test if the _testcapi module isn't available.
+# Skip this test if the _testcapi or _testinternalcapi module isn't available.
17
_testcapi = import_helper.import_module('_testcapi')
18
+_testinternalcapi = import_helper.import_module('_testinternalcapi')
19
20
NULL = None
21
0 commit comments