Files
cpython/Python
Sam Gross 01393ffbe6 [3.13] gh-142048: Fix quadratically increasing GC delays (gh-142051) (#142167)
The GC for the free threaded build would get slower with each collection due
to effectively double counting objects freed by the GC.
(cherry picked from commit eb892868b3)

Co-authored-by: Kevin Wang <kevmo314@gmail.com>
2025-12-02 00:31:36 +00:00
..
2024-05-03 06:17:32 -07:00

Miscellaneous source files for the main Python shared library