Searched defs:Py_BUILD_CORE (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/PC/
H A Dpyconfig.h37 /* Deprecated USE_DL_EXPORT macro - please use Py_BUILD_CORE */
39 # 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 */
343 # endif /* Py_BUILD_CORE */
/external/python/cpython2/Modules/
H A Ddatetimemodule.c18 #ifndef Py_BUILD_CORE
19 #define Py_BUILD_CORE macro
22 #undef Py_BUILD_CORE macro

Completed in 169 milliseconds