mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Close #12089: Remove outdated and unused code from regrtest.
This commit is contained in:
parent
e15dce3d18
commit
d976098e3b
1 changed files with 0 additions and 4 deletions
|
@ -1023,10 +1023,6 @@ class saved_test_environment:
|
|||
|
||||
def runtest_inner(test, verbose, quiet, huntrleaks=False, debug=False):
|
||||
support.unload(test)
|
||||
if verbose:
|
||||
capture_stdout = None
|
||||
else:
|
||||
capture_stdout = io.StringIO()
|
||||
|
||||
test_time = 0.0
|
||||
refleak = False # True if the test leaked references.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue