Christian Tismer added the comment:
Ned: """In general, we don't test or claim to support building for a deployment
target lower than the system being built on."""
This is not convincing, because the cpython builds are always
against <$ MACOSX_DEPLOYMENT_TARGET=10.6> .
Other builds use the cur
Ned Deily added the comment:
In general, we don't test or claim to support building for a deployment target
lower than the system being built on. It's always safer to build on the same
version as the deployment target. I'll take a look at it, though.
--
nosy: +ned.deily
New submission from Christian Tismer:
Building python on OSX Mavericks (10.9)
of Python 3.4 crashes when this is set:
MACOSX_DEPLOYMENT_TARGET=10.7
This happens with OSX 10.9.2,
all current updates installed,
as of 2014-04-28.
Demo script:
You can use my attached script to validate this error.