[issue7056] regrtest runtest_inner calls findtestdir unnecessarily

2010-12-27 Thread R. David Murray
R. David Murray added the comment: Committed (redid, actually) 2nd patch in r87516. I may or may not backport it. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: -Python 2.6, Python 2.7, Python 3.1 __

[issue7056] regrtest runtest_inner calls findtestdir unnecessarily

2009-12-13 Thread R. David Murray
Changes by R. David Murray : -- assignee: -> r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue7056] regrtest runtest_inner calls findtestdir unnecessarily

2009-10-04 Thread R. David Murray
R. David Murray added the comment: second patch -- Added file: http://bugs.python.org/file15042/remove_testdir_from_runtest.patch ___ Python tracker ___ _

[issue7056] regrtest runtest_inner calls findtestdir unnecessarily

2009-10-04 Thread R. David Murray
New submission from R. David Murray : Running regrtest over an installed, read-only Lib produces several test failures, and regrtest crashes. In investigating these, which I will deal with in other issues, I found that the regrtest runtest_inner method takes a 'testdir' argument, and if it is no