Skip to content
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

[3.10] bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634) #29643

Merged
merged 1 commit into from
Nov 19, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 19, 2021

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

https://bugs.python.org/issue19072

…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>
@bedevere-bot bedevere-bot added the docs Documentation in the Doc dir label Nov 19, 2021
@miss-islington
Copy link
Contributor Author

@rhettinger and @ambv: Status check is done, and it's a failure ❌ .

@miss-islington
Copy link
Contributor Author

@rhettinger and @ambv: Status check is done, and it's a success ✅ .

@ambv ambv merged commit bbe3c57 into python:3.10 Nov 19, 2021
@miss-islington miss-islington deleted the backport-e34809e-3.10 branch November 19, 2021 19:12
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