Skip to content

Commit

Permalink
pythongh-120154: On WASI, don't build test modules
Browse files Browse the repository at this point in the history
On WASI, test modules, such as _testimportmultiple or xxlimited, are
no longer built.
  • Loading branch information
vstinner committed Jun 10, 2024
1 parent 82c93ea commit 0ff50cd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
On WASI, test modules, such as ``_testimportmultiple`` or ``xxlimited``, are no
longer built. Patch by Victor Stinner.
6 changes: 6 additions & 0 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7302,9 +7302,15 @@ AS_CASE([$ac_sys_system],
dnl WASI SDK 15.0 does not support file locking, mmap, and more.
PY_STDLIB_MOD_SET_NA(
[_ctypes_test],
[_testexternalinspection],
[_testimportmultiple],
[_testmultiphase],
[_testsinglephase],
[fcntl],
[mmap],
[termios],
[xxlimited],
[xxlimited_35],
)
]
)
Expand Down

0 comments on commit 0ff50cd

Please sign in to comment.