]> granicus.if.org Git - python/commit
Address SF bug #442813. The sequence getitem wrappers should do
authorGuido van Rossum <guido@python.org>
Fri, 17 Aug 2001 21:57:47 +0000 (21:57 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Aug 2001 21:57:47 +0000 (21:57 +0000)
commit5d815f323bad407db37b428403df81d1b76018a5
tree01f992bc9eec2929ec82e80ee4885e6c75bf3126
parent65d5d7fac6b83b3ab4516cb8a4ae9698b3e5f186
Address SF bug #442813.  The sequence getitem wrappers should do
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.)
Objects/typeobject.c