mark implementation detail as such

This commit is contained in:
Benjamin Peterson 2010-06-25 20:34:01 +00:00
parent 32a16cac70
commit 4b26acbf03
1 changed files with 1 additions and 0 deletions

View File

@ -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