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 nobody
Recipients
Date 2001-03-18.13:03:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: NO 

I was a bit surprised to learn that this check was still in 
the code after issubclass and isinstance had been fixed to 
work with extension classes. Suppose you checked for a 
__class__ attribute on the first argument instead (or 
additionally)?
History
Date User Action Args
2007-08-23 13:53:34adminlinkissue409355 messages
2007-08-23 13:53:34admincreate