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 michael.foord
Recipients brett.cannon, eric.araujo, michael.foord, rhettinger
Date 2010-09-27.22:44:38
SpamBayes Score 1.6317198e-10
Marked as misclassified No
Message-id <1285627480.48.0.127648993666.issue9082@psf.upfronthosting.co.za>
In-reply-to
Content
Cool - although I *do* see failures under -O; test_import for example. That one is a __pycache__ test, so barry's fault I think.

I'll detail the failures in issue 9964 as I think *most* of them are caused by a problem with pdb.py

In fact, if you run Python with -OO you can't even *import* pdb.

The attached patch fixes that problem (a hasty and untested patch though), and that reduces the number of failures to 5:

5 tests failed:
    test_compileall test_dis test_import test_lib2to3 test_xml_etree
History
Date User Action Args
2010-09-27 22:44:40michael.foordsetrecipients: + michael.foord, brett.cannon, rhettinger, eric.araujo
2010-09-27 22:44:40michael.foordsetmessageid: <1285627480.48.0.127648993666.issue9082@psf.upfronthosting.co.za>
2010-09-27 22:44:39michael.foordlinkissue9082 messages
2010-09-27 22:44:38michael.foordcreate