Message406606
It makes me sad that the stdlib will no longer provide a way to compose classmethods with other descriptors. However, I agree that deprecating classmethod chaining is probably the correct course of action, given the complications this feature has caused, and the backwards-compatibility issues it raises.
This is probably a conversation for another BPO issue or the python-ideas mailing list, but I hope some consideration can be given in the future as to whether a new classmethod-like feature could possibly be added to functools that would enable this kind of decorator chaining without the same code-breakage concerns that this feature has had. |
|
| Date |
User |
Action |
Args |
| 2021-11-19 18:29:25 | AlexWaygood | set | recipients:
+ AlexWaygood, rhettinger, terry.reedy, grahamd, lukasz.langa, berker.peksag, serhiy.storchaka, wim.glenn, corona10, pablogsal, andrei.avk, randolf.scholz |
| 2021-11-19 18:29:25 | AlexWaygood | set | messageid: <[email protected]> |
| 2021-11-19 18:29:25 | AlexWaygood | link | issue45356 messages |
| 2021-11-19 18:29:25 | AlexWaygood | create | |
|