Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bpo-19072: Classmethod can wrap other classmethod like descriptors. See b83861f #29634

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Nov 19, 2021

Conversation

rhettinger
Copy link
Contributor

@rhettinger rhettinger commented Nov 19, 2021

Also, staticmethod() became callable in Python 3.10

https://bugs.python.org/issue19072

@ambv ambv merged commit e34809e into python:main Nov 19, 2021
@miss-islington
Copy link
Contributor

Thanks @rhettinger for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-29643 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Nov 19, 2021
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 <[email protected]>
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 <[email protected]>
remykarem pushed a commit to remykarem/cpython that referenced this pull request Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants