]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129813, PEP 782: Use PyBytesWriter in _sqlite (#138956)
authorVictor Stinner <vstinner@python.org>
Thu, 18 Sep 2025 12:58:35 +0000 (13:58 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Sep 2025 12:58:35 +0000 (14:58 +0200)
commit243d599a05e88739f4ee8486fc76e382020174e4
tree5a3434baf3f1d807aa89e2454fb1f1fc8de92c7a
parent6504f20ccedf0b27275327e72698dee5f0c75ba8
gh-129813, PEP 782: Use PyBytesWriter in _sqlite (#138956)

Replace PyBytes_FromStringAndSize(NULL, size) with the new public
PyBytesWriter API.
Modules/_sqlite/blob.c