]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129813, PEP 782: Remove the private _PyBytesWriter API (#139264)
authorVictor Stinner <vstinner@python.org>
Tue, 23 Sep 2025 15:29:55 +0000 (17:29 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Sep 2025 15:29:55 +0000 (15:29 +0000)
commitdd45179fa0f5ad2fd169cdd35065df2c3bce85bc
tree54753907c2bdb20e8ff1fc74a6dfde79d82b4488
parent5854cf38a25ab8b0c6ab0296098166014f77caa3
gh-129813, PEP 782: Remove the private _PyBytesWriter API (#139264)

It is now replaced with the new public PyBytesWriter API (PEP 782).
Include/internal/pycore_bytesobject.h
Objects/bytesobject.c