mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
5d815f323b
interpretation of negative indices, since neither the sq_*item slots nor the slot_ wrappers do this. (Slices are a different story, there the size wrapping is done too early.)