-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-127196: Fix crash in _interpreters
, when shared
had invalid encodings
#127220
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
…lid encodings
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.
Yup, this was the fix I was thinking of. 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.
_run_in_interpreter() fix LGTM, and tests cover the modified code path.
Thank you! I will wait for @ericsnowcurrently's review, because this is an important part of the project. |
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
Sorry for the long delay!
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…lid encodings (pythonGH-127220) (cherry picked from commit 087bb48) Co-authored-by: sobolevn <[email protected]>
GH-128689 is a backport of this pull request to the 3.13 branch. |
_interpreters.exec
with invalid dict asshared
segfaults #127196