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 levkivskyi
Recipients izbyshev, levkivskyi, methane, serhiy.storchaka
Date 2018-03-06.11:57:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520337433.25.0.467229070634.issue32999@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, the behaviour when __suclasscheck__ returns True for non-class objects may be used by some code. Even typing module did this, I tried to remove as much as possible of this, but I think there may be few such situations left.

Therefore, the patch by Inada-san (that makes C behaviour follow Python behaviour) looks reasonable to me.
History
Date User Action Args
2018-03-06 11:57:13levkivskyisetrecipients: + levkivskyi, methane, serhiy.storchaka, izbyshev
2018-03-06 11:57:13levkivskyisetmessageid: <1520337433.25.0.467229070634.issue32999@psf.upfronthosting.co.za>
2018-03-06 11:57:13levkivskyilinkissue32999 messages
2018-03-06 11:57:13levkivskyicreate