-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-135855: Fix SystemError
when passing non-dict object to _interpreters.set___main___attrs
#135856
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-135855: Fix SystemError
when passing non-dict object to _interpreters.set___main___attrs
#135856
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.
LGTM!
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.
LGTM
Thanks @brianschubert for the PR, and @ericsnowcurrently for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…terpreters.set___main___attrs` (pythongh-135856) (cherry picked from commit 4e6f0d1) Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
Sorry, @brianschubert and @ericsnowcurrently, I could not cleanly backport this to
|
GH-135900 is a backport of this pull request to the 3.14 branch. |
Thanks @brianschubert for the PR, and @ericsnowcurrently for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @brianschubert and @ericsnowcurrently, I could not cleanly backport this to
|
@brianschubert, would you mind manually creating a backport PR for 3.13? |
…to `_interpreters.set___main___attrs` (pythongh-135856) (cherry picked from commit 4e6f0d1) Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
GH-135903 is a backport of this pull request to the 3.13 branch. |
_interpreters.set___main___attrs
raises SystemError when passed a non-dict object #135855