Skip to content

Commit c0fe323

Browse files
committed
Add Notable changes in 3.14.5
1 parent 9124bae commit c0fe323

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Doc/whatsnew/3.14.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3472,3 +3472,17 @@ Changes in the C API
34723472
functions on Python 3.13 and older.
34733473

34743474
.. _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

Comments
 (0)