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 ncoghlan
Recipients alexis, barry, brett.cannon, eric.araujo, ncoghlan, pitrou, vstinner
Date 2011-05-20.08:57:31
SpamBayes Score 0.0037385689
Marked as misclassified No
Message-id <1305881852.66.0.0230213675034.issue12117@psf.upfronthosting.co.za>
In-reply-to
Content
Several of these could be handled just by having test.support.make_legacy_pyc() fall back to compiling from source if sys.dont_write_bytecode is set.

The others may need to be skipped in that situation.
History
Date User Action Args
2011-05-20 08:57:32ncoghlansetrecipients: + ncoghlan, barry, brett.cannon, pitrou, vstinner, eric.araujo, alexis
2011-05-20 08:57:32ncoghlansetmessageid: <1305881852.66.0.0230213675034.issue12117@psf.upfronthosting.co.za>
2011-05-20 08:57:32ncoghlanlinkissue12117 messages
2011-05-20 08:57:31ncoghlancreate