SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 46 Python

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.
V
Victor Stinner committed
7d41ead9191a18bc473534f6f8bd1095f2232cc2
Parent: 0d6dfd6
Committed by GitHub <noreply@github.com> on 7/23/2023, 8:10:12 PM