]> granicus.if.org Git - python/commit
Better test for BytesIO.__sizeof__, now that the struct module supports (s)size_t.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 30 Jul 2012 11:58:42 +0000 (13:58 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 30 Jul 2012 11:58:42 +0000 (13:58 +0200)
commit754d5ef8da92d71b72be4b129af5011cd4480dd0
tree60cc45b5e309fa3647a0b2fe7bf22b93ccd38ed6
parentf2fdd31e2ba2f5fb371a6ec193ad709815c7b8c8
Better test for BytesIO.__sizeof__, now that the struct module supports (s)size_t.
Followup to issue #15489.
Lib/test/test_memoryio.py