bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. by serhiy-storchaka · Pull Request #11859 · python/cpython

@serhiy-storchaka

Escape ``\r``, ``\0`` and ``\x1a`` (end-of-file on Windows) in Unicode strings.

ZackerySpytz

@ZackerySpytz @serhiy-storchaka

Co-Authored-By: serhiy-storchaka <storchaka@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 31, 2019
… 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 <storchaka@gmail.com>

miss-islington added a commit that referenced this pull request

Jun 12, 2019
… 2. (GH-11859)

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

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
… 2. (pythonGH-11859)

Escape ``\r``, ``\0`` and ``\x1a`` (end-of-file on Windows) in Unicode strings.