On 6/25/25 14:46, Thomas Goirand wrote:
A possible fix is also here:
https://patch-diff.githubusercontent.com/raw/python/cpython/
pull/135728.diff
I'll attempt to test this (not sure I'll have enough time though).
Cheers,
Thomas Goirand (zigo)
FYI, I attempted the backport. The patch of course doesn't apply, as the
gc.c has changed quite a bit. But it's not only about applying cleaning:
some of the logic in the GC has changed, such as the stats object
addition, which makes the backport impossible if not understanding the
insights of the Python GC. At this time, this is above my skills and it
would take me too much time to understand how the GC works to be able to
do a working backport. Hopefully, upstream will work on this.
If someone needs my rebased patch attempt, let me know.
Cheers,
Thomas Goirand (zigo)