]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_DecodeEscape2() (#138838)
authorVictor Stinner <vstinner@python.org>
Sat, 13 Sep 2025 16:28:08 +0000 (18:28 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Sep 2025 16:28:08 +0000 (18:28 +0200)
commit8fc6ae68b0216f52232a5a929d85eb51e9f7a04d
treef2c765df725c87531270600ccdb191b944eb37c8
parenta65236bb394dabe6915b3bc0839c6dda5f444425
gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_DecodeEscape2() (#138838)

Replace the private _PyBytesWriter API with the new public
PyBytesWriter API.
Objects/bytesobject.c