]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_FormatEx() (#138839)
authorVictor Stinner <vstinner@python.org>
Mon, 15 Sep 2025 10:23:36 +0000 (11:23 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Sep 2025 10:23:36 +0000 (12:23 +0200)
commit2d724939d7aea89b9473a18cfc096f94fcf39529
tree2e58b9feed706889c392fcc537c59a4640ec82e7
parentf01181b595971fd1af12cf43ab6731a4e5766142
gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_FormatEx() (#138839)

Replace the private _PyBytesWriter API with the new public
PyBytesWriter API.
Include/internal/pycore_long.h
Objects/bytesobject.c
Objects/longobject.c