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 culler, lemburg, ned.deily, ronaldoussoren
Date 2017-02-20.18:34:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487615670.55.0.902942239879.issue29605@psf.upfronthosting.co.za>
In-reply-to
Content
> AFAIK, the Python 3 binaries available from python.org are no longer built as universal binaries, so the problem doesn't show with those.

All python.org Mac binaries are built as universal. For example:

$ file /usr/local/bin/python3.6
/usr/local/bin/python3.6: Mach-O universal binary with 2 architectures: [i386: Mach-O executable i386] [x86_64: Mach-O 64-bit executable x86_64]
/usr/local/bin/python3.6 (for architecture i386):	Mach-O executable i386
/usr/local/bin/python3.6 (for architecture x86_64):	Mach-O 64-bit executable x86_64
History
Date User Action Args
2017-02-20 18:34:30ned.deilysetrecipients: + ned.deily, lemburg, ronaldoussoren, culler
2017-02-20 18:34:30ned.deilysetmessageid: <1487615670.55.0.902942239879.issue29605@psf.upfronthosting.co.za>
2017-02-20 18:34:30ned.deilylinkissue29605 messages
2017-02-20 18:34:30ned.deilycreate