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 collinwinter
Recipients collinwinter, jyasskin, rnk
Date 2009-06-16.17:25:37
SpamBayes Score 2.4844396e-06
Marked as misclassified No
Message-id <1245173156.41.0.295143421803.issue6292@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch fixes a number of tests to work when -OO is given to 
Python. The majority of these tests are docstring-related, either doctests 
or making assertions about __doc__, with a handful of tests testing that 
assert statements will trigger and another handful of distutils tests that 
are looking for .pyc files.

With this applied, PYTHONOPTIMIZE=2 ./python.exe -OO Lib/test/regrtest.py 
now passes for trunk.
History
Date User Action Args
2009-06-16 17:25:58collinwintersetrecipients: + collinwinter, jyasskin, rnk
2009-06-16 17:25:56collinwintersetmessageid: <1245173156.41.0.295143421803.issue6292@psf.upfronthosting.co.za>
2009-06-16 17:25:53collinwinterlinkissue6292 messages
2009-06-16 17:25:52collinwintercreate