diff options
author | Brigitta Sipőcz <bsipocz@gmail.com> | 2022-05-20 18:32:55 -0700 |
---|---|---|
committer | Brigitta Sipőcz <bsipocz@gmail.com> | 2022-05-23 09:29:59 -0700 |
commit | 53379cd353fb7ab5840c3ee370c735fe61d6419c (patch) | |
tree | d3ef9af34179126f996ee3d66d347d0071ddbdd7 /numpy/distutils/misc_util.py | |
parent | eece996beacc8d78bb48749fe515986ede95bf9e (diff) | |
download | numpy-53379cd353fb7ab5840c3ee370c735fe61d6419c.tar.gz |
MAINT: Python <3.7 related cleanups
Diffstat (limited to 'numpy/distutils/misc_util.py')
-rw-r--r-- | numpy/distutils/misc_util.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/distutils/misc_util.py b/numpy/distutils/misc_util.py index 0bee5a8ec..42bf807d1 100644 --- a/numpy/distutils/misc_util.py +++ b/numpy/distutils/misc_util.py @@ -694,8 +694,7 @@ def get_shared_lib_extension(is_python_ext=False): ----- For Python shared libs, `so_ext` will typically be '.so' on Linux and OS X, and '.pyd' on Windows. For Python >= 3.2 `so_ext` has a tag prepended on - POSIX systems according to PEP 3149. For Python 3.2 this is implemented on - Linux, but not on OS X. + POSIX systems according to PEP 3149. """ confvars = distutils.sysconfig.get_config_vars() |