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.
_testcapi
1 parent 7e30821 commit 45d59baCopy full SHA for 45d59ba
Lib/test/test_capi/test_abstract.py
@@ -1,6 +1,8 @@
1
import unittest
2
from collections import OrderedDict
3
-import _testcapi
+from test.support import import_helper
4
+
5
+_testcapi = import_helper.import_module('_testcapi')
6
7
8
NULL = None
Lib/test/test_capi/test_dict.py
@@ -1,7 +1,9 @@
from collections import OrderedDict, UserDict
from types import MappingProxyType
9
0 commit comments