[3.11] gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142) by miss-islington · Pull Request #94211 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Contributor
- c_longlong and c_longdouble need experimental WASM bigint.
- Skip tests that need threading
- Define
CTYPES_MAX_ARGCOUNTfor Emscripten. libffi-emscripten 2022-06-23 supports up to 1000 args.
(cherry picked from commit 8625802)
Co-authored-by: Christian Heimes christian@python.org
) - 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. (cherry picked from commit 8625802) Co-authored-by: Christian Heimes <christian@python.org>
bedevere-bot
added
the
awaiting review
label
miss-islington
commented
Jun 24, 2022
miss-islington commented
Contributor Author
Status check is done, and it's a success ✅ .
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
skip news
label
tiran
approved these changes
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
miss-islington
commented
Jun 24, 2022
miss-islington commented
Contributor Author
Status check is done, and it's a success ✅ .
miss-islington
merged commit
4d2c972
into
python:3.11
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-8625802-3.11
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment