commit | 222e89a598664e4cffc2928da676ec22921ecc94 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun May 15 16:46:11 2011 +0200 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun May 15 16:46:11 2011 +0200 |
tree | 1db33d276e14ff41224588ae4e0647f661c318df | |
parent | 2bff9fcec23798dd192932842bae9855ed47a862 [diff] |
Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. 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.