]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129813, PEP 782: Add PyBytesWriter C API (#138822)
authorVictor Stinner <vstinner@python.org>
Fri, 12 Sep 2025 11:41:59 +0000 (13:41 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Sep 2025 11:41:59 +0000 (13:41 +0200)
commitadb414044fd82bb249f70d00913c71912e659025
treedef1daffb2c2fc2f7849b69239a3f390fa1e551c
parent3d521a62e7c377ac518c9f0326a88be204f0e3aa
gh-129813, PEP 782: Add PyBytesWriter C API (#138822)
Doc/c-api/bytes.rst
Doc/whatsnew/3.15.rst
Include/cpython/bytesobject.h
Include/internal/pycore_bytesobject.h
Include/internal/pycore_freelist_state.h
Lib/test/test_capi/test_bytes.py
Misc/NEWS.d/next/C_API/2025-09-12-13-05-20.gh-issue-129813.dJZpME.rst [new file with mode: 0644]
Modules/_testcapi/bytes.c
Objects/bytesobject.c
Objects/object.c