mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
bpo-46670: Define all macros for stringlib (GH-31176)
bytesobject.c, bytearrayobject.c and unicodeobject.c now define all macros used by stringlib, to avoid using undefined macros. Fix "gcc -Wundef" warnings.
This commit is contained in:
parent
16f96a4cf9
commit
097f74a5a3
10 changed files with 24 additions and 17 deletions
|
@ -1235,6 +1235,7 @@ PyBytes_AsStringAndSize(PyObject *obj,
|
|||
#define STRINGLIB_GET_EMPTY() bytes_get_empty()
|
||||
|
||||
#include "stringlib/stringdefs.h"
|
||||
#define STRINGLIB_MUTABLE 0
|
||||
|
||||
#include "stringlib/fastsearch.h"
|
||||
#include "stringlib/count.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue