]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120380: fix Python implementation of `pickle.Pickler` for `bytes` and `bytearray...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 21 Jun 2024 12:22:38 +0000 (14:22 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2024 12:22:38 +0000 (14:22 +0200)
commit7595e6743ac78ac0dd19418176f66d251668fafc
tree80c90888e311b0cd403fe850132c6050c69ee31d
parent83d3d7aace32b8536f552f78dd29610344f13160
gh-120380: fix Python implementation of `pickle.Pickler` for `bytes` and `bytearray` objects in protocol version 5. (GH-120422)
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]