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 twouters
Recipients eric.araujo, tarek, twouters
Date 2011-03-06.23:14:53
SpamBayes Score 2.8478055e-06
Marked as misclassified No
Message-id <1299453293.78.0.56952795246.issue11417@psf.upfronthosting.co.za>
In-reply-to
Content
According to distutils' test_bdist_rpm, bdist_rpm fails when running Python with -B/PYTHONDONTWRITEBYTECODE. (bdist_rpm or its test doesn't pass -B along but also doesn't use -E, so the test-failure shows up when setting the PYTHONDONTWRITEBYTECODE environment variable.) It looks like (somewhere in distutils) something relies on .pyc files being written, instead of explicitly using (say) py_compile.compile().
History
Date User Action Args
2011-03-06 23:14:53twouterssetrecipients: + twouters, tarek, eric.araujo
2011-03-06 23:14:53twouterssetmessageid: <1299453293.78.0.56952795246.issue11417@psf.upfronthosting.co.za>
2011-03-06 23:14:53twouterslinkissue11417 messages
2011-03-06 23:14:53twouterscreate