Reverting the incremental GC in Python 3.14 and 3.15
discuss.python.org
Reverting the incremental GC in Python 3.14 and 3.15
1–10 of 134 posts
Re: Reverting the incremental GC in Python 3.14 and 3.15
#2We’ve decided to revert it in both 3.14 and 3.15, and go back to the generational GC from 3.13."
Sounds the right move for me
Re: Reverting the incremental GC in Python 3.14 and 3.15
#3Re: Reverting the incremental GC in Python 3.14 and 3.15
#4I'm genuinely surprised that python change was even possible without PEP
Re: Reverting the incremental GC in Python 3.14 and 3.15
#5I hope Meta switches Instagram to PHP/Hack so they leave Python alone.
Re: Reverting the incremental GC in Python 3.14 and 3.15
#6I'm genuinely surprised that python change was even possible without PEP
Re: Reverting the incremental GC in Python 3.14 and 3.15
#7All these issues were known in previous attempts for removing the GIL. But if Instagram/Meta want it, everyone stands to attention and finds out the obvious problems years later. Kind of like in geopolitics. I hope Meta switches Instagram to PHP/Hack so they leave Python alone.
Free-threading actually uses its own, separate GC: https://labs.quansight.org/blog/free-threaded-gc-3-14
Re: Reverting the incremental GC in Python 3.14 and 3.15
#8I'm genuinely surprised that python change was even possible without PEP
Re: Reverting the incremental GC in Python 3.14 and 3.15
#9Re: Reverting the incremental GC in Python 3.14 and 3.15
#10In the world of AI written code, Python just doesn’t make sense. Converted about 100k lines in the last few months to golang and the performance is life changing. Curious if we will see global Python adoption fall by 75% or more in the next few years.