mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
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. |
||
|---|---|---|
| .. | ||
| clinic | ||
| multiprocessing.c | ||
| multiprocessing.h | ||
| posixshmem.c | ||
| semaphore.c | ||