-
-
Notifications
You must be signed in to change notification settings - Fork 34k
gh-144601: Avoid sharing exception objects raised in a PyInit function across multiple interpreters
#144602
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
encukou
left a comment
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.
Looks good!
|
Thanks @ZeroIntensity for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
… function across multiple interpreters (pythonGH-144602) (cherry picked from commit fd6b639a49dd1143c6fd8729fc49f17b3114a965) Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
|
Sorry, @ZeroIntensity and @encukou, I could not cleanly backport this to |
|
GH-144633 is a backport of this pull request to the 3.14 branch. |
|
|
GitHub is having issues; that builder got a 502 Bad Gateway. |
|
PyInit*cause a crash in subinterpreters #144601