Uh oh!
There was an error while loading. Please reload this page.
gh-92123: Convert _elementtree types to heap types - #99221
Conversation
kumaraditya303
commented
Jan 9, 2023
With #100689 the capsule also needs to isolated. LMK when this goes out of draft. |
erlend-aasland
commented
Jan 11, 2023
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
|
erlend-aasland
commented
Jan 18, 2023
@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 typesbedevere-bot
commented
Jan 18, 2023
🤖 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 |
kumaraditya303
commented
Jan 18, 2023
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 typeserlend-aasland
commented
Jan 19, 2023
@kumaraditya303: thanks for the immutable types reminder; I also had forgotten to disallow instantiation for the iter type. |
bedevere-bot
commented
Jan 19, 2023
🤖 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 |
Uh oh!
There was an error while loading. Please reload this page.
erlend-aasland
commented
Jan 20, 2023
All right, let's land this; I'll open PRs for getting rid of |
erlend-aasland
commented
Jan 20, 2023
Thanks for the great review, Kumar! |
bedevere-bot
commented
Jan 20, 2023
|
GH-23428 resurrected.