[issue21856] memoryview: test slice clamping

2014-06-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: Seaching for "PySlice_GetIndicesEx" in .../test/*.py with Idle Find in Files did not turn up any hits. However, test.test_slice.test_indices() has several tests of clamping, including 2**100 in various combinations. The use of 2**100 was was added in #14794 t

[issue21856] memoryview: test slice clamping

2014-06-28 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- title: memoryview: test slick clamping -> memoryview: test slice clamping ___ Python tracker ___ ___ Py