Skip to content

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

Merged
methane merged 1 commit into
python:masterfrom
libcthorne:fix-cjk-decoder-state
Nov 2, 2018
Merged

bpo-33578: Fix getstate/setstate for CJK decoder#10290
methane merged 1 commit into
python:masterfrom
libcthorne:fix-cjk-decoder-state

Conversation

@libcthorne

@libcthorne libcthorne commented Nov 2, 2018

Copy link
Copy Markdown
Contributor

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.
@libcthorne
libcthorne force-pushed the fix-cjk-decoder-state branch from 532df04 to 3b2cca8 Compare November 2, 2018 00:56
@pablogsal
pablogsal requested a review from methane November 2, 2018 02:58
@methane methane added skip news type-bug An unexpected behavior, bug, or error labels Nov 2, 2018
@methane
methane merged commit 488c0a6 into python:master Nov 2, 2018
@methane

methane commented Nov 2, 2018

Copy link
Copy Markdown
Member

Thanks for quick fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants