mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
Use the new public PyBytesWriter API in: * _PyBytes_FromHex() * _PyBytes_FromBuffer() * _PyBytes_FromList() * _PyBytes_FromTuple() * _PyBytes_FromIterator() Add _PyBytesWriter_ResizeAndUpdatePointer() and _PyBytesWriter_GetAllocated() helper functions.
Source files for various builtin objects