Message384404
The change in issue 19072 broke our code where a decorator assumes that __get__ is only called for instance methods.
It might be worth adding this to What's new in 3.9.
Also in the documentation:
https://docs.python.org/3/library/functions.html#classmethod
It implies that before 3.9 it was not possible to wrap, but it was possible, it just behaved differently. |
|
Date |
User |
Action |
Args |
2021-01-05 15:07:33 | iritkatriel | set | recipients:
+ iritkatriel, docs@python |
2021-01-05 15:07:33 | iritkatriel | set | messageid: <1609859253.42.0.13260337218.issue42832@roundup.psfhosted.org> |
2021-01-05 15:07:33 | iritkatriel | link | issue42832 messages |
2021-01-05 15:07:33 | iritkatriel | create | |
|