-
-
Couldn't load subscription status.
- Fork 33.3k
gh-132159: Do not shadow user arguments in generated __new__ by @warnings.deprecated
#132160
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
Thanks @XuehaiPan for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…by `@warnings.deprecated` (pythonGH-132160) (cherry picked from commit 7bb1e1a) Co-authored-by: Xuehai Pan <[email protected]>
|
GH-132163 is a backport of this pull request to the 3.13 branch. |
…by `@warnings.deprecated` (python#132160)
Fixes #132159
cc @JelleZijlstra
__new__by@warnings.deprecated#132159