Skip to content

Commit 103f3a7

Browse files
committed
unix: comment _testinternalcapi extension
As part of this commit, I verified that CPython 3.7.7 and 3.8.2 both have clean test runs on macOS! There are no new skips in 3.8 that need to be annotated.
1 parent 85d5fd8 commit 103f3a7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/status.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ test_winreg
165165
test_winsound
166166
No module named 'winsound'
167167
test_zipfile64
168-
test requires loads of disk-space bytes and a long time to run
168+
test requires loads of disk-space bytes and a long time to run

pythonbuild/cpython.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
b"_socket",
3838
b"_statistics",
3939
b"_struct",
40+
# Despite being a test module, this needs to be built as a
41+
# built-in in order to facilitate testing.
4042
b"_testinternalcapi",
4143
b"_weakref",
4244
b"array",

0 commit comments

Comments
 (0)