Home
last modified time | relevance | path

Searched refs:SOABI (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Python/
Ddynload_shlib.c41 "." SOABI ".so",
/third_party/python/Misc/NEWS.d/
D3.10.0a4.rst865 from SOABI (for instance in freeBSD, "EXT_SUFFIX" is now ".cpython-310d.so"
867 for "EXT_SUFFIX" that included "SOABI".
D3.8.0a4.rst1076 ``./configure --with-pymalloc`` no longer adds the ``m`` flag to SOABI
/third_party/python/
Dconfigure.ac4810 # periods in shared library file names, e.g. foo.<SOABI>.so. It is calculated
4824 AC_SUBST(SOABI) subst
4827 AC_MSG_CHECKING(SOABI)
4828 SOABI='cpython-'`echo $VERSION | tr -d .`${ABIFLAGS}${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
4829 AC_MSG_RESULT($SOABI)
4833 # Similar to SOABI but remove "d" flag from ABIFLAGS
4837 [Alternative SOABI used in debug build to load C extensions built in release mode])
4841 EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX}
DMakefile.pre.in42 SOABI= @SOABI@
818 -DSOABI='"$(SOABI)"' \
Dconfigure15652 SOABI='cpython-'`echo $VERSION | tr -d .`${ABIFLAGS}${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
15653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SOABI" >&5
15654 $as_echo "$SOABI" >&6; }
15669 EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX}
Dpyconfig.h.in25 /* Alternative SOABI used in debug build to load C extensions built in release
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch2017 SOABI= @SOABI@
10581 # periods in shared library file names, e.g. foo.<SOABI>.so. It is calculated
10587 -EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX}
10592 + EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX}
10983 + self.assertTrue(sysconfig.get_config_var('SOABI').startswith("cpython-"))
/third_party/python/Doc/whatsnew/
D3.2.rst376 >>> sysconfig.get_config_var('SOABI') # find the version tag