commit | bbe3c57c865439f2194eb760a4362b5506d221a7 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Nov 19 11:12:16 2021 -0800 |
committer | GitHub <noreply@github.com> | Fri Nov 19 20:12:16 2021 +0100 |
tree | bb41f41dc8d8565b48f3e4ea6a34694510b0614e | |
parent | 9501e8d3a339c5a9217b7d90275d2a8c8cba5d13 [diff] |
bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634) (GH-29643) staticmethod() also became callable in Python 3.10. See: b83861f02. (cherry picked from commit e34809e1c2a09478f4e0651d551c9c12d3c556ab) Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>