bpo-19072: Classmethod can wrap other classmethod like descriptors. See b83861f by rhettinger · Pull Request #29634 · python/cpython

and others added 20 commits

March 15, 2021 21:12
Merge branch 'master' of github.com:python/cpython
Merge branch 'master' of github.com:python/cpython
Merge branch 'master' of github.com:python/cpython
Merge branch 'master' of github.com:python/cpython
Merge branch 'main' of github.com:python/cpython into main
Merge branch 'main' of github.com:python/cpython

@rhettinger

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Nov 19, 2021
…ythonGH-29634)

staticmethod() also became callable in Python 3.10.

See: b83861f.
(cherry picked from commit e34809e)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>

ambv pushed a commit that referenced this pull request

Nov 19, 2021
…H-29634) (GH-29643)

staticmethod() also became callable in Python 3.10.

See: b83861f.
(cherry picked from commit e34809e)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>

remykarem pushed a commit to remykarem/cpython that referenced this pull request

Dec 7, 2021