mirror of
https://github.com/python/cpython.git
synced 2026-05-25 05:43:44 -04:00
8dd19321bb
instead of PyTuple_GetItem, so an overwritten __getitem__ in a tuple subclass works. SF bug #665835.