Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-92123: Convert_elementtree types to heap types#99221
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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. |
erlend-aasland commentedJan 12, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 togh-92123, or if we should create a targeted issue specifically for isolating |
_elementtree types to heap typesbedevere-bot commentedJan 18, 2023
🤖 New build scheduled with the buildbot fleet by@erlend-aasland for commit744be65 🤖 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. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
_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. |
bedevere-bot commentedJan 19, 2023
🤖 New build scheduled with the buildbot fleet by@erlend-aasland for commit04aaa3d 🤖 If you want to schedule another build, you need to add the |
Uh oh!
There was an error while loading.Please reload this page.
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! |
bedevere-bot commentedJan 20, 2023
|
Uh oh!
There was an error while loading.Please reload this page.
GH-23428 resurrected.