mirror of
https://github.com/python/cpython.git
synced 2026-04-05 03:21:05 +00:00
Merged revisions 81528 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81528 | mark.dickinson | 2010-05-25 20:46:20 +0100 (Tue, 25 May 2010) | 9 lines
Merged revisions 81527 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81527 | mark.dickinson | 2010-05-25 20:44:49 +0100 (Tue, 25 May 2010) | 1 line
Fix a NameError in test_enumerate.
........
................
This commit is contained in:
parent
341fe91102
commit
73ffb8b552
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ def test_main(verbose=None):
|
|||
if verbose and hasattr(sys, "gettotalrefcount"):
|
||||
counts = [None] * 5
|
||||
for i in range(len(counts)):
|
||||
support.run_unittest(*testclasses)
|
||||
support.run_unittest(__name__)
|
||||
counts[i] = sys.gettotalrefcount()
|
||||
print(counts)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue