Message406600
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) |
|
| 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: <[email protected]> |
| 2021-11-19 17:31:55 | rhettinger | link | issue45356 messages |
| 2021-11-19 17:31:55 | rhettinger | create | |
|