This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ajaksu2
Recipients ajaksu2, arigo, benjamin.peterson
Date 2009-05-16.20:43:03
SpamBayes Score 2.163801e-08
Marked as misclassified No
Message-id <1242506584.45.0.816015330383.issue3471@psf.upfronthosting.co.za>
In-reply-to
Content
This snippet is fixed (returns False), see issue 2325:

import abc
isinstance(5, abc.ABCMeta)

The general PyObject_GetAttr issue should be reviewed.
History
Date User Action Args
2009-05-16 20:43:04ajaksu2setrecipients: + ajaksu2, arigo, benjamin.peterson
2009-05-16 20:43:04ajaksu2setmessageid: <1242506584.45.0.816015330383.issue3471@psf.upfronthosting.co.za>
2009-05-16 20:43:03ajaksu2linkissue3471 messages
2009-05-16 20:43:03ajaksu2create