Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.11] gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142) #94211

Merged
merged 1 commit into from
Jun 24, 2022

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 24, 2022

  • 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

)

- 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>
@miss-islington
Copy link
Contributor Author

Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 4d2c972 into python:3.11 Jun 24, 2022
@miss-islington miss-islington deleted the backport-8625802-3.11 branch June 24, 2022 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants