Michael Foord <mich...@voidspace.org.uk> added the comment: 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 ---------- keywords: +patch Added file: http://bugs.python.org/file19035/pdb.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9082> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com