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 rhettinger
Recipients AlexWaygood, andrei.avk, berker.peksag, corona10, grahamd, randolf.scholz, rhettinger, serhiy.storchaka, terry.reedy, wim.glenn
Date 2021-11-19.17:31:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637343115.14.0.266435969089.issue45356@roundup.psfhosted.org>
In-reply-to
Content
Also see:  https://bugs.python.org/issue42073

The classmethod pass through broke some existing code and the "fix" for it looks dubious:

            if hasattr(type(self.f), '__get__'):
                return self.f.__get__(cls, cls)
History
Date User Action Args
2021-11-19 17:31:55rhettingersetrecipients: + rhettinger, terry.reedy, grahamd, berker.peksag, serhiy.storchaka, wim.glenn, corona10, andrei.avk, randolf.scholz, AlexWaygood
2021-11-19 17:31:55rhettingersetmessageid: <1637343115.14.0.266435969089.issue45356@roundup.psfhosted.org>
2021-11-19 17:31:55rhettingerlinkissue45356 messages
2021-11-19 17:31:55rhettingercreate