[issue9964] Test failures with -OO

2010-10-14 Thread Georg Brandl
Georg Brandl added the comment: r85459 - test_dis r85460 - test_import r85461 - test_lib2to3 (bug was in fix_operator) r85462 - test_xml_etree r85464 - test_compileall r85465 - test_cmd_line_script That should be all of them. -- resolution: -> fixed status: open -> closed ___

[issue9964] Test failures with -OO

2010-10-14 Thread Georg Brandl
Georg Brandl added the comment: Fixed pdb issue in r85457. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue9964] Test failures with -OO

2010-09-27 Thread Michael Foord
Michael Foord added the comment: 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:

[issue9964] Test failures with -OO

2010-09-27 Thread Michael Foord
New submission from Michael Foord : When I run the test suite (py3k branch) with -OO I get 42 failures. Most of these look like they are caused by the same (or a similar) problem (attempting to run doctests from now-non-existent docstrings). The tests that fail are: When I run with -OO I get