]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129813, PEP 782: Init small_buffer in PyBytesWriter_Create() (#138924)
authorVictor Stinner <vstinner@python.org>
Mon, 15 Sep 2025 14:23:11 +0000 (15:23 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Sep 2025 14:23:11 +0000 (16:23 +0200)
commit7c6efc3a4f41f527ec40b5f5fd0ee1fb7af7c82f
tree01089fb459f4ddbe82259130ccbb004a9a7192c5
parentf07ae274b8e98c570d40b1aabd4cc42cb44a13ca
gh-129813, PEP 782: Init small_buffer in PyBytesWriter_Create() (#138924)

Fill small_buffer with 0xFF byte pattern to detect the usage of
uninitialized bytes in debug build.
Objects/bytesobject.c