mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Move private _PyBytes functions to the internal C API (pycore_bytesobject.h): * _PyBytes_DecodeEscape() * _PyBytes_FormatEx() * _PyBytes_FromHex() * _PyBytes_Join() No longer export these functions.