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 serhiy.storchaka
Recipients CuriousLearner, belopolsky, eric.araujo, ncoghlan, serhiy.storchaka
Date 2018-12-29.17:51:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546105891.99.0.220767699379.issue35614@roundup.psfhosted.org>
In-reply-to
Content
There are two ways of solving this issue: 1) skip this chunk of code if object is a type subclass, 2) use `type.__subclasses__(object)` instead of `object.__subclasses__()`.
History
Date User Action Args
2018-12-29 17:51:32serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, belopolsky, eric.araujo, CuriousLearner
2018-12-29 17:51:31serhiy.storchakasetmessageid: <1546105891.99.0.220767699379.issue35614@roundup.psfhosted.org>
2018-12-29 17:51:31serhiy.storchakalinkissue35614 messages
2018-12-29 17:51:31serhiy.storchakacreate