Slicing can be made to malfunction and even crash with an 'evil'
__index__ method. https://bugs.python.org/issue27867
The crux of the problem is this: PySlice_GetIndicesEx
receives a slice object and a sequence length. Calling __index__ on the
start, stop, and step components can mutate the se
Last call. There are only two weeks until 3.6 beta.
Please review it if possible.
On Tue, Aug 9, 2016 at 10:12 PM, INADA Naoki wrote:
> Hi, devs.
>
> I've implemented compact and ordered dictionary [1], which PyPy
> implemented in 2015 [2].
>
> Since it is my first large patch, I would like to h
Hopefully some core dev(s) can work on this during the core sprint, which
is from Sept 5-9.
On Sat, Aug 27, 2016 at 7:59 PM, INADA Naoki wrote:
> Last call. There are only two weeks until 3.6 beta.
> Please review it if possible.
>
> On Tue, Aug 9, 2016 at 10:12 PM, INADA Naoki
> wrote:
> > Hi