Home
last modified time | relevance | path

Searched refs:Py_BUILD_CORE (Results 1 - 25 of 72) sorted by relevance

123

/third_party/python/Include/
H A Dpyport.h38 * - Py_BUILD_CORE: Build Python core. Give access to Python internals, but
43 * Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE imply Py_BUILD_CORE.
48 #if defined(Py_BUILD_CORE_BUILTIN) && !defined(Py_BUILD_CORE)
49 # define Py_BUILD_CORE macro
51 #if defined(Py_BUILD_CORE_MODULE) && !defined(Py_BUILD_CORE)
52 # define Py_BUILD_CORE macro
526 # if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
536 # else /* Py_BUILD_CORE */
552 # endif /* Py_BUILD_CORE */
H A Diterobject.h10 #ifdef Py_BUILD_CORE
/third_party/python/PC/
H A Dpyconfig.h32 /* Deprecated USE_DL_EXPORT macro - please use Py_BUILD_CORE */
34 # define Py_BUILD_CORE macro
155 #if defined(Py_BUILD_CORE) || defined(Py_BUILD_CORE_BUILTIN) || defined(Py_BUILD_CORE_MODULE)
271 # if !defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_BUILTIN)
285 # endif /* Py_BUILD_CORE */
/third_party/python/Include/internal/
H A Dpycore_pyhash.h4 #ifndef Py_BUILD_CORE
5 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_sliceobject.h7 #ifndef Py_BUILD_CORE
8 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_namespace.h9 #ifndef Py_BUILD_CORE
10 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_format.h7 #ifndef Py_BUILD_CORE
8 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_function.h7 #ifndef Py_BUILD_CORE
8 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_ucnhash.h8 #ifndef Py_BUILD_CORE
9 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_sysmodule.h7 #ifndef Py_BUILD_CORE
8 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_warnings.h7 #ifndef Py_BUILD_CORE
8 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_pyarena.h10 #ifndef Py_BUILD_CORE
11 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_pathconfig.h7 #ifndef Py_BUILD_CORE
8 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_interpreteridobject.h9 #ifndef Py_BUILD_CORE
10 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_exceptions.h7 #ifndef Py_BUILD_CORE
8 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_signal.h9 #ifndef Py_BUILD_CORE
10 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_structseq.h7 #ifndef Py_BUILD_CORE
8 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_getopt.h4 #ifndef Py_BUILD_CORE
5 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_typeobject.h7 #ifndef Py_BUILD_CORE
8 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_unionobject.h7 #ifndef Py_BUILD_CORE
8 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_bytesobject.h7 #ifndef Py_BUILD_CORE
8 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_parser.h7 #ifndef Py_BUILD_CORE
8 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_strhex.h7 #ifndef Py_BUILD_CORE
8 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_accu.h12 #ifndef Py_BUILD_CORE
13 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_abstract.h7 #ifndef Py_BUILD_CORE
8 # error "this header requires Py_BUILD_CORE define"

Completed in 6 milliseconds

123