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 ned.deily
Recipients BinaryKhaos, ned.deily, pitrou, vinay.sajip
Date 2014-04-11.16:18:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397233133.63.0.779570713198.issue21197@psf.upfronthosting.co.za>
In-reply-to
Content
"should OS X be excluded?"

Yes. OS X uses universal binaries, with multiple CPU archs automatically combined at build time into one file, so there generally is no need for arch-specific directories.

But if the problem is being caused by Pythons patched by third-party distributors, shouldn't the onus be on them to properly patch venv, too, rather than having upstream CPython trying to guess what distributors are doing?
History
Date User Action Args
2014-04-11 16:18:53ned.deilysetrecipients: + ned.deily, vinay.sajip, pitrou, BinaryKhaos
2014-04-11 16:18:53ned.deilysetmessageid: <1397233133.63.0.779570713198.issue21197@psf.upfronthosting.co.za>
2014-04-11 16:18:53ned.deilylinkissue21197 messages
2014-04-11 16:18:53ned.deilycreate