mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
Move the bytes_methods.h header file to the internal C API as pycore_bytes_methods.h: it only contains private symbols (prefixed by "_Py"), except of the PyDoc_STRVAR_shared() macro.
This commit is contained in:
parent
6e619c48b8
commit
45876a90e2
10 changed files with 17 additions and 10 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# error "ctype.h only compatible with byte-wise strings"
|
||||
#endif
|
||||
|
||||
#include "bytes_methods.h"
|
||||
#include "pycore_bytes_methods.h"
|
||||
|
||||
static PyObject*
|
||||
stringlib_isspace(PyObject *self, PyObject *Py_UNUSED(ignored))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue