Uh oh!
There was an error while loading. Please reload this page.
GH-148726: Add heap_size to generational GC - #149195
Conversation
nascheme
commented
Apr 30, 2026
LGTM. |
bedevere-bot
commented
May 1, 2026
🤖 New build scheduled with the buildbot fleet by @hugovk for commit 2281499 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F149195%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
sergey-miryanov
commented
May 1, 2026
hugovk
commented
May 2, 2026
Co-authored-by: Dino Viehland <dinoviehland@meta.com> Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
sergey-miryanov
commented
May 3, 2026
nascheme
commented
May 3, 2026
I'd say for 3.15 we don't need the two dummy members and we could move |
sergey-miryanov
commented
May 4, 2026
Since we're moving the stats to the heap, all subsequent offsets will shift anyway. There's no need to keep the dummy members. I thought this would simplify backports if needed. I'm happy to remove the dummy members and restore |
nascheme
commented
May 4, 2026
I think it's better to remove the dummy members. You don't have to restore |
…ov/cpython into feat/gc-gen-3.15+heap_size
sergey-miryanov
commented
May 4, 2026
@nascheme Thanks! Done. |
Uh oh!
There was an error while loading. Please reload this page.
sergey-miryanov
commented
May 5, 2026
Thanks all! |
Uh oh!
There was an error while loading. Please reload this page.