-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-106719: Fix __annotations__ getter and setter in the type and module types #106720
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
gh-106719: Fix __annotations__ getter and setter in the type and module types #106720
Conversation
…d module types No longer suppress arbitrary errors. Simplify the code.
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
GH-106848 is a backport of this pull request to the 3.12 branch. |
…d module types (pythonGH-106720) No longer suppress arbitrary errors. Simplify the code. (cherry picked from commit e1c295e) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…type and module types (pythonGH-106720) No longer suppress arbitrary errors. Simplify the code.. (cherry picked from commit e1c295e) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-106850 is a backport of this pull request to the 3.11 branch. |
No longer suppress arbitrary errors. Simplify the code.