[issue3471] PyObject_GetAttr() to get special methods

Daniel Diniz report at bugs.python.org
Sat May 16 22:43:04 CEST 2009


Daniel Diniz <ajaksu at gmail.com> added the comment:

This snippet is fixed (returns False), see issue 2325:

import abc
isinstance(5, abc.ABCMeta)

The general PyObject_GetAttr issue should be reviewed.

----------
components: +Interpreter Core
nosy: +ajaksu2, benjamin.peterson
priority:  -> normal
stage:  -> test needed
type:  -> behavior
versions: +Python 2.6, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3471>
_______________________________________


More information about the Python-bugs-list mailing list