]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-117759: Document incremental GC (GH-123266)
authorMark Shannon <mark@hotpy.org>
Tue, 27 Aug 2024 14:23:39 +0000 (15:23 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2024 14:23:39 +0000 (15:23 +0100)
commitf49a91648aac2ad55b2e005ba28fac1c7edca020
treedf68b6205184149246d5b59d3d5f90c099d4127c
parent460ee5b994335994d4b5186c08f44e775b3e55fa
GH-117759: Document incremental GC (GH-123266)

* Update what's new

* Update gc module docs and fix inconsistency in gc.get_objects
Doc/library/gc.rst
Doc/whatsnew/3.13.rst
Python/gc.c