peps: ccb679e5ae0e (original) (raw)
Mercurial > peps
changeset 5415:ccb679e5ae0e
Update SOABI PEP to reflect config var change (#16754). Thanks to Arfrever Frehtes Taifersar Arahesis for the patch.
Éric Araujo merwok@netwok.org | |
---|---|
date | Mon, 17 Mar 2014 16:32:35 -0400 |
parents | 565af186603e |
children | 6c041ffb70e8 |
files | pep-3149.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-)[+] [-] pep-3149.txt 4 |
line wrap: on
line diff
--- a/pep-3149.txt
+++ b/pep-3149.txt
@@ -130,12 +130,12 @@ The shared library file name tag is used
changed. The tag and extension module suffix are available through
the sysconfig
modules via the following variables::
sysconfig.get_config_var('EXT_SUFFIX') '.cpython-32mu.so' sysconfig.get_config_var('SOABI') 'cpython-32mu' -Note that
$SOABI
contains just the tag, while$SO
includes the +Note that$SOABI
contains just the tag, while$EXT_SUFFIX
includes the platform extension for shared library files, and is the exact suffix added to the extension module name.