Skip to content

Commit 4b7e98f

Browse files
committed
unix: do not build _testcapi as a built-in
This makes test_import pass. At least on macOS. I'll need to verify on Linux later.
1 parent 34dc859 commit 4b7e98f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

docs/status.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ assumptions.
5353

5454
We should change how this extension is compiled.
5555

56-
``test_import``
57-
---------------
58-
59-
Known Failing on: Linux, macOS
60-
6156
``test_importlib``
6257
------------------
6358

pythonbuild/cpython.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
b"_socket",
3838
b"_statistics",
3939
b"_struct",
40-
b"_testcapi",
4140
b"_testinternalcapi",
4241
b"_weakref",
4342
b"_xxtestfuzz",

0 commit comments

Comments
 (0)