Files
cpython/Modules/_cursesmodule.c
Victor Stinner 21c80cadc8 gh-129813, PEP 782: Use PyBytesWriter in _curses (#138920)
Replace PyBytes_FromStringAndSize(NULL, size) and _PyBytes_Resize()
with the new public PyBytesWriter API.
2025-09-15 16:24:34 +02:00

162 KiB