Files
cpython/Modules/_io
Victor Stinner 7d41ead919 gh-106320: Remove _PyBytes_Join() C API (#107144)
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.
2023-07-23 20:10:12 +00:00
..
2023-05-15 09:26:27 +00:00
2023-05-15 09:26:27 +00:00