[Python-Dev] disappearing exceptions

Greg Ewing greg.ewing at canterbury.ac.nz
Wed May 21 02:26:48 CEST 2008


I wrote:

> Shouldn't it only be catching AttributeError, though?

Forget that, I forgot that PyObject_HasAttr can't
signal an exception.

The Py3 C API should be designed to fix this, I think.

-- 
Greg



More information about the Python-Dev mailing list