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 pitrou
Recipients pitrou, vstinner
Date 2008-08-20.16:49:35
SpamBayes Score 1.288569e-05
Marked as misclassified No
Message-id <1219251001.48ac4b391e56d@imp.free.fr>
In-reply-to <1219248073.35.0.647382136643.issue3611@psf.upfronthosting.co.za>
Content
[...]
>
> This exception may comes from PyObject_IsSubclass() which calls
> PyObject_GetAttr(cls, "__subclasscheck__").

If you look at the code for PyObject_IsSubclass(), there is a pair of
PyErr_Fetch / PyErr_Restore calls around PyObject_GetAttr(cls,
"__subclasscheck__"). So this exception should vanish immediately rather than
stay around.
History
Date User Action Args
2008-08-20 16:49:36pitrousetrecipients: + pitrou, vstinner
2008-08-20 16:49:36pitroulinkissue3611 messages
2008-08-20 16:49:35pitroucreate