Skip to content

Commit 0ff50cd

Browse files
committed
pythongh-120154: On WASI, don't build test modules
On WASI, test modules, such as _testimportmultiple or xxlimited, are no longer built.
1 parent 82c93ea commit 0ff50cd

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
On WASI, test modules, such as ``_testimportmultiple`` or ``xxlimited``, are no
2+
longer built. Patch by Victor Stinner.

configure

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

+6
Original file line numberDiff line numberDiff line change
@@ -7302,9 +7302,15 @@ AS_CASE([$ac_sys_system],
73027302
dnl WASI SDK 15.0 does not support file locking, mmap, and more.
73037303
PY_STDLIB_MOD_SET_NA(
73047304
[_ctypes_test],
7305+
[_testexternalinspection],
7306+
[_testimportmultiple],
7307+
[_testmultiphase],
7308+
[_testsinglephase],
73057309
[fcntl],
73067310
[mmap],
73077311
[termios],
7312+
[xxlimited],
7313+
[xxlimited_35],
73087314
)
73097315
]
73107316
)

0 commit comments

Comments
 (0)