]> granicus.if.org Git - python/commit
Fix pickling test in test_memoryio.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 14 Apr 2013 07:56:39 +0000 (00:56 -0700)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 14 Apr 2013 07:56:39 +0000 (00:56 -0700)
commit6eea8184235cb83807dd96c32ee78eddc83a9dc9
tree3df2951d7d1627e600ec6b75afbc9becc9c0092a
parent9a7a81195ce42efc92fac04c19a2fe9f0562ef51
Fix pickling test in test_memoryio.

The test was closing the orginal object instead the copy. This didn't result
in visible failures because the loop range was incorrect as well.
Lib/test/test_memoryio.py