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.
Showing
Please register or sign in to comment
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.