Skip to content

[3.7] bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-11859) #13693

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

Merged
merged 1 commit into from
Jun 12, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 31, 2019

Escape \r, \0 and \x1a (end-of-file on Windows) in Unicode strings.
(cherry picked from commit 38ab7d4)

Co-authored-by: Serhiy Storchaka [email protected]

https://bugs.python.org/issue31829

… 2. (pythonGH-11859)

Escape ``\r``, ``\0`` and ``\x1a`` (end-of-file on Windows) in Unicode strings.
(cherry picked from commit 38ab7d4)

Co-authored-by: Serhiy Storchaka <[email protected]>
@miss-islington
Copy link
Contributor Author

@serhiy-storchaka: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@serhiy-storchaka: Status check is done, and it's a success ✅ .

@vstinner
Copy link
Member

@serhiy-storchaka: can this change be merged into 3.7? It LGTM.

@miss-islington miss-islington merged commit d561f84 into python:3.7 Jun 12, 2019
@miss-islington miss-islington deleted the backport-38ab7d4-3.7 branch June 12, 2019 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants