Skip to content

GH-117759: Document incremental GC#123266

Merged
markshannon merged 4 commits intopython:mainfrom
faster-cpython:doc-incremental-gc
Aug 27, 2024
Merged

GH-117759: Document incremental GC#123266
markshannon merged 4 commits intopython:mainfrom
faster-cpython:doc-incremental-gc

Conversation

@markshannon
Copy link
Member

@markshannon markshannon commented Aug 23, 2024

This PR updates the docs for what's new in 3.13 and updates the docs for the GC module.

It also includes a small behavioral change to gc.get_objects() to make it more consistent with the result of the gc module API and consistent with incremental collection:

gc.get_objects(1) now returns no objects.
gc_get_objects(2) now returns all objects in the old generation.


📚 Documentation preview 📚: https://cpython-previews--123266.org.readthedocs.build/

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants