mirror of
https://github.com/python/cpython.git
synced 2026-05-23 04:43:06 -04:00
a70286b71d
Without this patch python will fail to start properly when the environment variable MACOSX_DEPLOYMENT_TARGET is set on MacOSX and has a value that is not compatible with the value during Python's build. This is caused by code in sysconfig that was only meant to be used in disutils.