Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
bd98f936
Commit
bd98f936
authored
Jun 29, 2011
by
Victor Stinner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #12400: remove unused variable
parent
a7c33e51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
Lib/test/regrtest.py
Lib/test/regrtest.py
+0
-5
No files found.
Lib/test/regrtest.py
View file @
bd98f936
...
@@ -159,7 +159,6 @@ import json
...
@@ -159,7 +159,6 @@ import json
import
os
import
os
import
random
import
random
import
re
import
re
import
io
import
sys
import
sys
import
time
import
time
import
errno
import
errno
...
@@ -973,10 +972,6 @@ class saved_test_environment:
...
@@ -973,10 +972,6 @@ class saved_test_environment:
def runtest_inner(test, verbose, quiet,
def runtest_inner(test, verbose, quiet,
huntrleaks=False, debug=False, display_failure=True):
huntrleaks=False, debug=False, display_failure=True):
support.unload(test)
support.unload(test)
if verbose:
capture_stdout = None
else:
capture_stdout = io.StringIO()
test_time = 0.0
test_time = 0.0
refleak = False # True if the test leaked references.
refleak = False # True if the test leaked references.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment