]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129813, PEP 782: Use PyBytesWriter in pickle and struct (#138833)
authorVictor Stinner <vstinner@python.org>
Sat, 13 Sep 2025 16:26:49 +0000 (18:26 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Sep 2025 16:26:49 +0000 (18:26 +0200)
commita65236bb394dabe6915b3bc0839c6dda5f444425
treeaeea4c4c64d09805751f26d803c91caeb9afa212
parentca99af3c5e00192f819b690e2774d4db3d96916c
gh-129813, PEP 782: Use PyBytesWriter in pickle and struct (#138833)

Replace the private _PyBytesWriter API with the new public
PyBytesWriter API.
Modules/_pickle.c
Modules/_struct.c