SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

gh-129813, PEP 782: Use PyBytesWriter in _multiprocessing (#139047)

Replace PyBytes_FromStringAndSize(NULL, size) and _PyBytes_Resize()
with the new public PyBytesWriter API.

Change also 'read' variable type from int to Py_ssize_t.
V
Victor Stinner committed
77a22ef76aee9a5782d31c118dba27d29fe5a84a
Parent: 2632426
Committed by GitHub <noreply@github.com> on 9/17/2025, 3:44:13 PM