]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120380: fix Python implementation of `pickle.Pickler` for `bytes` and ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Jun 2024 10:11:28 +0000 (12:11 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Jun 2024 10:11:28 +0000 (12:11 +0200)
commitf2b4f517b9a0dbe4d2ebd1e1912615ede46d7aec
tree7447aa74c63a2f3ca08fe1ee436b6e0af3ab088f
parent84634254fef19ab31439e88ec0213acb46bd7b1f
[3.13] gh-120380: fix Python implementation of `pickle.Pickler` for `bytes` and `bytearray` objects in protocol version 5. (GH-120422) (GH-120832)

gh-120380: fix Python implementation of `pickle.Pickler` for `bytes` and `bytearray` objects in protocol version 5. (GH-120422)
(cherry picked from commit 7595e6743ac78ac0dd19418176f66d251668fafc)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/pickle.py
Lib/test/pickletester.py
Misc/NEWS.d/next/Core and Builtins/2024-06-12-18-23-15.gh-issue-120380.edtqjq.rst [new file with mode: 0644]