Home
last modified time | relevance | path

Searched refs:Py_ENABLE_SHARED (Results 1 – 10 of 10) sorted by relevance

/third_party/python/PC/
Ddl_nt.c14 #ifdef Py_ENABLE_SHARED
Dgetpathp.c310 #ifdef Py_ENABLE_SHARED in get_dllpath()
320 #ifdef Py_ENABLE_SHARED
781 #ifdef Py_ENABLE_SHARED in calculate_module_search_path()
Dpyconfig.h255 # define Py_ENABLE_SHARED 1 /* standard symbol for shared library */ macro
/third_party/python/Include/
Dpyport.h669 #if defined(Py_ENABLE_SHARED) || defined(__CYGWIN__)
/third_party/python/Doc/library/
Dsysconfig.rst56 >>> sysconfig.get_config_var('Py_ENABLE_SHARED')
/third_party/python/PCbuild/
Dreadme.txt269 preprocessor macro "Py_ENABLE_SHARED" to "Py_NO_ENABLE_SHARED". You may
/third_party/python/
Dpyconfig.h.in1436 #undef Py_ENABLE_SHARED
Dconfigure.ac1136 AC_DEFINE(Py_ENABLE_SHARED, 1, [Defined if Python is built as a shared library.]) definition
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch2895 +#ifdef Py_ENABLE_SHARED
9730 +#if defined(MS_WINDOWS) && defined(Py_ENABLE_SHARED)
9739 +#if defined(MS_WINDOWS) && defined(Py_ENABLE_SHARED)
/third_party/python/Modules/
Dposixmodule.c1584 #if defined(WITH_NEXT_FRAMEWORK) || (defined(__APPLE__) && defined(Py_ENABLE_SHARED))
1612 #elif defined(WITH_NEXT_FRAMEWORK) || (defined(__APPLE__) && defined(Py_ENABLE_SHARED)) in convertenviron()