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 scoder
Recipients pitrou, scoder, serhiy.storchaka
Date 2017-07-31.19:56:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501530989.31.0.959518730446.issue31091@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like the switch from PyObject_IsSubclass() to PyType_IsSubtype() was made during the original Py3 development cycle. It should thus be safe to assume that the semantics are "as designed". :)

What about applying the patch also to 3.6 and older?
History
Date User Action Args
2017-07-31 19:56:29scodersetrecipients: + scoder, pitrou, serhiy.storchaka
2017-07-31 19:56:29scodersetmessageid: <1501530989.31.0.959518730446.issue31091@psf.upfronthosting.co.za>
2017-07-31 19:56:29scoderlinkissue31091 messages
2017-07-31 19:56:29scodercreate