]> granicus.if.org Git - python/commit
Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray tests
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 7 Mar 2009 23:40:49 +0000 (23:40 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 7 Mar 2009 23:40:49 +0000 (23:40 +0000)
commit7cdb495e90370641f83e70d31d53c4c994672bc2
treee625fa282c38ca6252f5adb9edfe6c7dc23e8e91
parentd173589c9de6396221d401a66b69b439979e69f0
Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray tests
(please note: some of the tests /do/ fail when run with a sufficiently large memory parameter (-M),
perhaps because of the str/bytes/bytearray overhaul)
Lib/test/support.py
Lib/test/test_bigmem.py