mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-84461: Fix ctypes and test_ctypes on Emscripten (#94142)
- c_longlong and c_longdouble need experimental WASM bigint. - Skip tests that need threading - Define ``CTYPES_MAX_ARGCOUNT`` for Emscripten. libffi-emscripten 2022-06-23 supports up to 1000 args.
This commit is contained in:
parent
ab077d1e17
commit
8625802d85
9 changed files with 26 additions and 9 deletions
|
@ -173,6 +173,8 @@ functions.
|
|||
[bpo-46390](https://bugs.python.org/issue46390).
|
||||
- Python's object allocator ``obmalloc`` is disabled by default.
|
||||
- ``ensurepip`` is not available.
|
||||
- Some ``ctypes`` features like ``c_longlong`` and ``c_longdouble`` may need
|
||||
NodeJS option ``--experimental-wasm-bigint``.
|
||||
|
||||
## wasm32-emscripten in browsers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue