We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9124bae commit c0fe323Copy full SHA for c0fe323
1 file changed
Doc/whatsnew/3.14.rst
@@ -3472,3 +3472,17 @@ Changes in the C API
3472
functions on Python 3.13 and older.
3473
3474
.. _pythoncapi-compat project: https://github.com/python/pythoncapi-compat/
3475
+
3476
3477
+Notable changes in 3.14.5
3478
+=========================
3479
3480
+gc
3481
+--
3482
3483
+* The incremental garbage collector shipped in Python 3.14.0-3.14.4 has been
3484
+ reverted back to the generational garbage collector from 3.13,
3485
+ due to a number of `reports
3486
+ <https://github.com/python/cpython/issues/142516>`__
3487
+ of significant memory pressure in production environments.
3488
+ See :ref:`whatsnew314-incremental-gc` for details.
0 commit comments