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

testcapimodule uses wrong format chars for datetime tests #95878

Open
tiran opened this issue Aug 11, 2022 · 0 comments
Open

testcapimodule uses wrong format chars for datetime tests #95878

tiran opened this issue Aug 11, 2022 · 0 comments
Labels
3.11 3.12 type-bug An unexpected behavior, bug, or error

Comments

@tiran
Copy link
Member

tiran commented Aug 11, 2022

Bug report

_testcapimodule.c has a similar bug as #95876. It uses l (long) format char for ints. This works ok on most platforms but causes memory corruption on WASM64.

@tiran tiran added type-bug An unexpected behavior, bug, or error 3.11 3.12 labels Aug 11, 2022
tiran added a commit to tiran/cpython that referenced this issue Aug 11, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Aug 11, 2022
(cherry picked from commit 8b34e91)

Co-authored-by: Christian Heimes <christian@python.org>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Aug 11, 2022
(cherry picked from commit 8b34e91)

Co-authored-by: Christian Heimes <christian@python.org>
pablogsal pushed a commit that referenced this issue Aug 11, 2022
(cherry picked from commit 8b34e91)

Co-authored-by: Christian Heimes <christian@python.org>

Co-authored-by: Christian Heimes <christian@python.org>
miss-islington added a commit that referenced this issue Aug 11, 2022
(cherry picked from commit 8b34e91)

Co-authored-by: Christian Heimes <christian@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.11 3.12 type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant