Home
last modified time | relevance | path

Searched refs:PY_SSIZE_T_CLEAN (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/
H A D0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch9 > PY_SSIZE_T_CLEAN must be defined before including Python.h. On Python
11 > PY_SSIZE_T_CLEAN macro is defined, or int otherwise.
17 > without PY_SSIZE_T_CLEAN defined raises DeprecationWarning now. It
39 +#define PY_SSIZE_T_CLEAN 1
129 +#define PY_SSIZE_T_CLEAN 1
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A DContext.c12 #define PY_SSIZE_T_CLEAN macro