[Cython] hasattr() swallows any exception (Py<3.2)

Lisandro Dalcin dalcinl at gmail.com
Wed Feb 23 01:59:18 CET 2011


On 22 February 2011 19:09, Lisandro Dalcin <dalcinl at gmail.com> wrote:
> On 22 February 2011 18:21, Stefan Behnel <stefan_ml at behnel.de> wrote:
>> Lisandro Dalcin, 22.02.2011 21:41:
>>>
>>> I'm inclined to fix the behavior for ALL Python
>>> versions to suppress only AttributeError.
>>
>> How? Would you implement a hasattr() helper that uses PyObject_GetAttr() and
>> Does The Right Thing?
>>
>
> Yes, more or less the implementation of builtin_hasattr from
> bltinmodule.c from Py3.2
>
>> In any case, I personally don't care so much about hasattr(), but I'm +1 for
>> Python compatibility, and +1 for getting the fixed Py3.2 behaviour in all
>> Python versions. There's a reason this was fixed in CPython, it's a pretty
>> clear bug.
>>
>
> OK, I'll go for it. Thanks.
>

https://github.com/cython/cython/commit/90120314bcc8bd5a4f71f2629e1065f5c943071c



-- 
Lisandro Dalcin
---------------
CIMEC (INTEC/CONICET-UNL)
Predio CONICET-Santa Fe
Colectora RN 168 Km 472, Paraje El Pozo
3000 Santa Fe, Argentina
Tel: +54-342-4511594 (ext 1011)
Tel/Fax: +54-342-4511169


More information about the cython-devel mailing list