Message406600
| 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:55 | rhettinger | set | recipients: + rhettinger, terry.reedy, grahamd, berker.peksag, serhiy.storchaka, wim.glenn, corona10, andrei.avk, randolf.scholz, AlexWaygood |
| 2021-11-19 17:31:55 | rhettinger | set | messageid: <1637343115.14.0.266435969089.issue45356@roundup.psfhosted.org> |
| 2021-11-19 17:31:55 | rhettinger | link | issue45356 messages |
| 2021-11-19 17:31:55 | rhettinger | create | |