◐ Shell
clean mode source ↗

gh-106320: Remove _PyBytes_Join() C API by vstinner · Pull Request #107144 · python/cpython

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.

@vstinner

mementum pushed a commit to mementum/cpython that referenced this pull request

Jul 23, 2023
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.

carljm added a commit to carljm/cpython that referenced this pull request

Jul 24, 2023

This was referenced

Jul 21, 2024