]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove _PyBytesWriter C API (#106399)
authorVictor Stinner <vstinner@python.org>
Tue, 4 Jul 2023 08:27:23 +0000 (10:27 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2023 08:27:23 +0000 (08:27 +0000)
commitec931fc3943df0b94f2e250d7723892f2b3414bd
tree99d0b77513ea1de484027d217c4342fe24b7b4b7
parentd8c5d76da2d5c3e8f9c05fcfc59dc1aaaa1fe6e1
gh-106320: Remove _PyBytesWriter C API (#106399)

Remove the _PyBytesWriter C API: move it to the internal C API
(pycore_bytesobject.h).
Include/cpython/bytesobject.h
Include/internal/pycore_bytesobject.h
Include/internal/pycore_long.h
Modules/_pickle.c
Modules/_struct.c