]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)
authorNed Deily <nad@python.org>
Mon, 3 May 2021 00:28:43 +0000 (20:28 -0400)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 00:28:43 +0000 (20:28 -0400)
commit870317825822c856490a32eee037fec8057690b1
tree74c832aa140122ac31357d8150c744b5edf05a38
parent33ec88ac81f23668293d101b83367b086c795e5e
bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)

Only complain if the config target is >= 10.3 and the current target is
< 10.3. The check was originally added to ensure that incompatible
LDSHARED flags are not used, because -undefined dynamic_lookup is
used when building for 10.3 and later, and is not supported on older OS
versions. Apart from that, there should be no problem in general
with using an older target.

Authored-by: Joshua Root <jmr@macports.org>
Lib/_osx_support.py
Lib/distutils/spawn.py
Lib/test/test_posix.py
Misc/NEWS.d/next/macOS/2021-05-02-19-50-52.bpo-43568.AeLNBd.rst [new file with mode: 0644]
configure
configure.ac