-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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: Convert _elementtree
types to heap types
#99221
gh-92123: Convert _elementtree
types to heap types
#99221
Conversation
With #100689 the capsule also needs to isolated. LMK when this goes out of draft. |
Yes, I also made a note of that. I hope to be able to allocate time for CPython this weekend. |
I remember doing a proof-of-concept full isolation of
We might want to split the UDPATE This plan won't work out, because we need heap types before being able to completely get rid of
|
@kumaraditya303: I wonder if we should tie this PR to gh-92123, or if we should create a targeted issue specifically for isolating |
_elementtree
types to heap types
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit 744be65 🤖 If you want to schedule another build, you need to add the |
Let's link it to the bug report, we did a similar thing for I am in favor of landing this PR and continue other improvements in smaller PRs. |
_elementtree
types to heap types_elementtree
types to heap types
@kumaraditya303: thanks for the immutable types reminder; I also had forgotten to disallow instantiation for the iter type. |
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit 04aaa3d 🤖 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.
LGTM
All right, let's land this; I'll open PRs for getting rid of |
Thanks for the great review, Kumar! |
|
GH-23428 resurrected.