]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91670: Removes `SO` config variable in `sysconfig.py` (#91671)
authorBryan Weber <bryan.w.weber@gmail.com>
Mon, 18 Apr 2022 21:01:18 +0000 (17:01 -0400)
committerGitHub <noreply@github.com>
Mon, 18 Apr 2022 21:01:18 +0000 (14:01 -0700)
commit0860b26a4f7abeb61aad9f4b96de8e78eed8c12a
tree53d06cd23ba463b1d4473ebee34310bcc10e0eec
parent2f0fc521f48af0dcec86dfcc8d0bc91eebf974ee
gh-91670: Removes `SO` config variable in `sysconfig.py` (#91671)

* Removes SO config variable in sysconfig

Per @warsaw in https://github.com/python/cpython/issues/63754, this was
deprecated in Python 3.4 and was suggested for removal in Python 3.5.

* Add NEWS

* Update Misc/NEWS.d/next/Library/2022-04-18-15-23-24.gh-issue-91670.6eyChw.rst

Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Barry Warsaw <barry@python.org>
Co-authored-by: Éric <merwok@netwok.org>
Lib/distutils/tests/test_sysconfig.py
Lib/sysconfig.py
Lib/test/test_sysconfig.py
Misc/NEWS.d/next/Library/2022-04-18-15-23-24.gh-issue-91670.6eyChw.rst [new file with mode: 0644]