mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
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.
This commit is contained in:
parent
0d6dfd68d2
commit
7d41ead919
4 changed files with 22 additions and 17 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
#include <Python.h>
|
||||
#include "pycore_bytesobject.h" // _PyBytes_DecodeEscape()
|
||||
#include "pycore_unicodeobject.h" // _PyUnicode_DecodeUnicodeEscapeInternal()
|
||||
|
||||
#include "tokenizer.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue