[Python-checkins] r76733 - python/trunk/Objects/abstract.c

Benjamin Peterson benjamin at python.org
Thu Dec 10 13:45:29 CET 2009


2009/12/9 Brett Cannon <brett at python.org>:
> Why the change? This tie into abc stuff somehow?

No, it's clearer (where else is PyObject_IsInstance(x, PyDict_Type) in
the source?), and avoids the problem of having isinstance fail.



-- 
Regards,
Benjamin


More information about the Python-checkins mailing list