mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
171 B
ReStructuredText
3 lines
171 B
ReStructuredText
The cycle GC now chooses the size of increments based on the total heap
|
|
size, instead of the rate of object creation. This ensures that it can keep
|
|
up with growing heaps.
|