mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #12400: remove unused variable
This commit is contained in:
parent
a7c33e5168
commit
bd98f9367c
1 changed files with 0 additions and 5 deletions
|
@ -159,7 +159,6 @@ import json
|
|||
import os
|
||||
import random
|
||||
import re
|
||||
import io
|
||||
import sys
|
||||
import time
|
||||
import errno
|
||||
|
@ -973,10 +972,6 @@ class saved_test_environment:
|
|||
def runtest_inner(test, verbose, quiet,
|
||||
huntrleaks=False, debug=False, display_failure=True):
|
||||
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