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 georg.brandl, michael.foord, r.david.murray
Date 2010-09-27.22:47:30
SpamBayes Score 3.9910404e-09
Marked as misclassified No
Message-id <1285627651.91.0.619575763248.issue9964@psf.upfronthosting.co.za>
In-reply-to
Content
Most of the failures are caused by a problem in pdb.

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_etre
History
Date User Action Args
2010-09-27 22:47:31michael.foordsetrecipients: + michael.foord, georg.brandl, r.david.murray
2010-09-27 22:47:31michael.foordsetmessageid: <1285627651.91.0.619575763248.issue9964@psf.upfronthosting.co.za>
2010-09-27 22:47:30michael.foordlinkissue9964 messages
2010-09-27 22:47:30michael.foordcreate