Home
last modified time | relevance | path

Searched refs:Py_BUILD_CORE (Results 1 – 25 of 34) sorted by relevance

12

/external/python/cpython3/Include/
Dpyport.h21 #if defined(Py_BUILD_CORE_BUILTIN) && !defined(Py_BUILD_CORE)
22 # define Py_BUILD_CORE macro
24 #if defined(Py_BUILD_CORE_MODULE) && !defined(Py_BUILD_CORE)
25 # define Py_BUILD_CORE macro
651 # if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
783 #ifdef Py_BUILD_CORE
/external/python/cpython3/PC/
Dpyconfig.h34 # define Py_BUILD_CORE macro
149 #if defined(Py_BUILD_CORE) || defined(Py_BUILD_CORE_BUILTIN) || defined(Py_BUILD_CORE_MODULE)
270 # if !defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_BUILTIN)
/external/python/cpython2/PC/
Dpyconfig.h39 # define Py_BUILD_CORE macro
184 #if defined(Py_BUILD_CORE) || defined(Py_BUILD_CORE_MODULE)
332 # ifndef Py_BUILD_CORE /* not building the core - must be an ext */
/external/python/cpython3/Include/internal/
Dpycore_pyhash.h4 #ifndef Py_BUILD_CORE
Dpycore_warnings.h7 #ifndef Py_BUILD_CORE
Dpycore_tupleobject.h7 #ifndef Py_BUILD_CORE
Dpycore_getopt.h4 #ifndef Py_BUILD_CORE
Dpycore_condvar.h4 #ifndef Py_BUILD_CORE
Dpycore_gil.h7 #ifndef Py_BUILD_CORE
Dpycore_accu.h12 #ifndef Py_BUILD_CORE
Dpycore_ceval.h7 #ifndef Py_BUILD_CORE
Dpycore_context.h4 #ifndef Py_BUILD_CORE
Dpycore_traceback.h7 #ifndef Py_BUILD_CORE
Dpycore_fileutils.h7 #ifndef Py_BUILD_CORE
Dpycore_pathconfig.h7 #ifndef Py_BUILD_CORE
Dpycore_pyerrors.h7 #ifndef Py_BUILD_CORE
Dpycore_pymem.h7 #ifndef Py_BUILD_CORE
Dpycore_hamt.h4 #ifndef Py_BUILD_CORE
Dpycore_object.h7 #ifndef Py_BUILD_CORE
Dpycore_pylifecycle.h7 #ifndef Py_BUILD_CORE
Dpycore_initconfig.h7 #ifndef Py_BUILD_CORE
Dpycore_pystate.h7 #ifndef Py_BUILD_CORE
/external/python/cffi/c/
Dcall_python.c2 # define Py_BUILD_CORE macro
5 # undef Py_BUILD_CORE
/external/python/cpython2/PC/os2emx/
Dpyconfig.h33 #ifdef Py_BUILD_CORE
/external/python/cpython2/Include/
Dpyport.h770 # ifdef Py_BUILD_CORE
817 # if defined(Py_BUILD_CORE)

12