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

bpo-33578: Fix getstate/setstate for CJK decoder #10290

Merged
merged 1 commit into from Nov 2, 2018

Conversation

libcthorne
Copy link
Contributor

@libcthorne libcthorne commented Nov 2, 2018

Previous version (#6984) was casting to Py_ssize_t incorrectly and exhibited unexpected behaviour on big endian systems.

https://bugs.python.org/issue33578

Previous version was casting to Py_ssize_t incorrectly
and exhibited unexpected behaviour on big endian systems.
@pablogsal pablogsal requested a review from methane Nov 2, 2018
@methane methane added skip news type-bug labels Nov 2, 2018
methane
methane approved these changes Nov 2, 2018
@methane methane merged commit 488c0a6 into python:master Nov 2, 2018
5 checks passed
@methane
Copy link
Member

@methane methane commented Nov 2, 2018

Thanks for quick fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA signed skip news type-bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants