This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Christian.Tismer
Recipients Christian.Tismer, ned.deily
Date 2014-04-29.01:53:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398736432.6.0.831927571826.issue21381@psf.upfronthosting.co.za>
In-reply-to
Content
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 current OS deployment. See for instance homebrew.
My script uses them all, from a 10.9 version.
This is because I never know what users use for building, and I don't care and build just everything.

By your default builds that are uploaded, you do claim that things build for 10.6 exactly, and nothing else.

I just think that all targets for all versions should build.

Am I mistaken here?
History
Date User Action Args
2014-04-29 01:53:52Christian.Tismersetrecipients: + Christian.Tismer, ned.deily
2014-04-29 01:53:52Christian.Tismersetmessageid: <1398736432.6.0.831927571826.issue21381@psf.upfronthosting.co.za>
2014-04-29 01:53:52Christian.Tismerlinkissue21381 messages
2014-04-29 01:53:52Christian.Tismercreate