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 Arfrever
Recipients Arfrever, alexis, eric.araujo, tarek
Date 2011-11-27.02:19:34
SpamBayes Score 8.983983e-05
Marked as misclassified No
Message-id <1322360375.56.0.330196804527.issue13400@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest to not use "pyc" and "pyo" in options, because ".pyc" and ".pyo" filename extensions are specific to a subset of Python implementations. Jython uses "$py.class" filename extension (module$py.class for module.py).

You could use --byte-compile, --no-byte-compile and --optimize-bytecode (or --optimize-byte-code) for both build and build_py commands.

Do settings from setup.cfg affect byte-compilation?
History
Date User Action Args
2011-11-27 02:19:35Arfreversetrecipients: + Arfrever, tarek, eric.araujo, alexis
2011-11-27 02:19:35Arfreversetmessageid: <1322360375.56.0.330196804527.issue13400@psf.upfronthosting.co.za>
2011-11-27 02:19:34Arfreverlinkissue13400 messages
2011-11-27 02:19:34Arfrevercreate