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 eric.araujo
Recipients Alexandre.Badez, eric.araujo
Date 2011-06-01.18:17:24
SpamBayes Score 0.00049946824
Marked as misclassified No
Message-id <1306952245.46.0.456836474182.issue11374@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, thanks for the report and patch.  I think the code should not find byte-compiled files if sys.dont_write_bytecode is true, and it should not find pyo files when sys.flags.optimize has a certain value (I don’t remember if it’s 1 or 2).  It also requires tests.
History
Date User Action Args
2011-06-01 18:17:25eric.araujosetrecipients: + eric.araujo, Alexandre.Badez
2011-06-01 18:17:25eric.araujosetmessageid: <1306952245.46.0.456836474182.issue11374@psf.upfronthosting.co.za>
2011-06-01 18:17:24eric.araujolinkissue11374 messages
2011-06-01 18:17:24eric.araujocreate