Kaydet (Commit) ecb83168 authored tarafından Mark Dickinson's avatar Mark Dickinson

Fix a NameError in test_enumerate.

üst 20665599
......@@ -245,7 +245,7 @@ def test_main(verbose=None):
if verbose and hasattr(sys, "gettotalrefcount"):
counts = [None] * 5
for i in xrange(len(counts)):
test_support.run_unittest(*testclasses)
test_support.run_unittest(__name__)
counts[i] = sys.gettotalrefcount()
print counts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment