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
4902591c
Commit
4902591c
authored
Dec 06, 2015
by
Ned Deily
Browse files
Options
Browse Files
Download
Plain Diff
merge heads
parents
3afd9c17
3c459de2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Lib/test/regrtest.py
Lib/test/regrtest.py
+1
-1
No files found.
Lib/test/regrtest.py
View file @
4902591c
...
...
@@ -462,7 +462,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
test_times
=
[]
test_support
.
use_resources
=
use_resources
save_modules
=
set
(
sys
.
modules
.
keys
()
)
save_modules
=
set
(
sys
.
modules
)
def
accumulate_result
(
test
,
result
):
ok
,
test_time
=
result
...
...
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