mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
remove PyBytes_Format from header
This commit is contained in:
parent
d026b93971
commit
27ad091ba0
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ PyAPI_FUNC(PyObject *) PyBytes_Repr(PyObject *, int);
|
|||
PyAPI_FUNC(void) PyBytes_Concat(PyObject **, PyObject *);
|
||||
PyAPI_FUNC(void) PyBytes_ConcatAndDel(PyObject **, PyObject *);
|
||||
PyAPI_FUNC(int) _PyBytes_Resize(PyObject **, Py_ssize_t);
|
||||
PyAPI_FUNC(PyObject *) PyBytes_Format(PyObject *, PyObject *);
|
||||
PyAPI_FUNC(PyObject *) _PyBytes_FormatLong(PyObject*, int, int,
|
||||
int, char**, int*);
|
||||
PyAPI_FUNC(PyObject *) PyBytes_DecodeEscape(const char *, Py_ssize_t,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue