Merged revisions 82225 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r82225 | benjamin.peterson | 2010-06-25 15:34:01 -0500 (Fri, 25 Jun 2010) | 1 line mark implementation detail as such ........
This commit is contained in:
parent
fdb0accc31
commit
6e4c68ed7e
|
@ -103,6 +103,7 @@ class EnumerateTestCase(unittest.TestCase):
|
|||
self.assertRaises(TypeError, self.enum, 'abc', 'a') # wrong type
|
||||
self.assertRaises(TypeError, self.enum, 'abc', 2, 3) # too many arguments
|
||||
|
||||
@test_support.cpython_only
|
||||
def test_tuple_reuse(self):
|
||||
# Tests an implementation detail where tuple is reused
|
||||
# whenever nothing else holds a reference to it
|
||||
|
|
Loading…
Reference in New Issue