(original) (raw)
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