commit | 10c74d28e44050577b59dc26be31fbe257c9c665 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Jun 22 11:16:36 2013 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Jun 22 11:16:36 2013 -0700 |
tree | 17e693424cbc3b83f8a5316f5eeab6b062655dda | |
parent | 0a89f8e2bbc7c21b0057cae7279b49c2de83416f [diff] [blame] |
backout 5accb0ac8bfb; needs more discussion on python-dev
diff --git a/Lib/test/test_deque.py b/Lib/test/test_deque.py index 98b203e..595a0c4 100644 --- a/Lib/test/test_deque.py +++ b/Lib/test/test_deque.py
@@ -522,7 +522,7 @@ @test_support.cpython_only def test_sizeof(self): - BLOCKLEN = 64 + BLOCKLEN = 62 basesize = test_support.calcobjsize('2P4PlP') blocksize = struct.calcsize('2P%dP' % BLOCKLEN) self.assertEqual(object.__sizeof__(deque()), basesize)