[Python-Dev] disappearing exceptions (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Wed May 21 02:26:48 CEST 2008
- Previous message: [Python-Dev] disappearing exceptions
- Next message: [Python-Dev] disappearing exceptions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] disappearing exceptions
- Next message: [Python-Dev] disappearing exceptions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]