mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
This commit is contained in:
parent
e48ac9c100
commit
137fd3d88a
20 changed files with 109 additions and 14 deletions
|
|
@ -6690,8 +6690,10 @@ AS_CASE([$ac_sys_system],
|
|||
],
|
||||
[Emscripten/node*], [],
|
||||
[WASI/*], [
|
||||
dnl WASI SDK 15.0 does not support file locking.
|
||||
PY_STDLIB_MOD_SET_NA(
|
||||
[_ctypes_test],
|
||||
[fcntl],
|
||||
)
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue