SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-139156: Use PyBytesWriter in _PyUnicode_EncodeCharmap() (#139251)

Replace PyBytes_FromStringAndSize() and _PyBytes_Resize() with the
PyBytesWriter API.

Add _PyBytesWriter_GetSize() and _PyBytesWriter_GetData() static
inline functions.
V
Victor Stinner committed
c9a79a02a8dce6058cfde2916cc4573c2c913faa
Parent: 06703d6
Committed by GitHub <noreply@github.com> on 9/24/2025, 2:15:34 PM