-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
gh-92123: Adapt _elementtree to multi-phase init (PEP 489) #101285
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-92123: Adapt _elementtree to multi-phase init (PEP 489) #101285
Conversation
erlend-aasland
commented
Jan 24, 2023
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: [subinterpreters] crash in _elementtree when parsing in parallel #92123
Pass state as arg to expat_set_error()
Pass state as arg to element_setstate_from_attributes()
Pass state as arg to element_setstate_from_Python()
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit de8ec94 🤖 If you want to schedule another build, you need to add the |
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.
Code change iteself looks good to me.
Thanks for the review; I'll merge as soon as the CI turns green. I'll give Kumar a chance to review it, so I'll wait with merging until tomorrow evening. |
Nicely done @erlend-aasland, that was a big one! |