◐ Shell
clean mode source ↗

[3.11] gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142) by miss-islington · Pull Request #94211 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

@miss-islington miss-islington commented

Jun 24, 2022

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

  • 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 Copy Markdown

Contributor Author

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

@miss-islington

Copy link Copy Markdown

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

Reviewers

@tiran tiran tiran approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington @tiran @bedevere-bot