On Thu, Sep 19, 2013 at 4:04 AM, Ronald Oussoren <ronaldoussoren@mac.com> wrote:
The C code uses PyDict_GetItem and AFAIK that doesn't look for a __getitem__
implementation in a subclass.

Yeah, the PyDict_* API is definitely not subclass friendly. :(

-eric