mirror of
https://github.com/python/cpython.git
synced 2026-05-12 07:30:13 -04:00
7d41ead919
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.