]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-117759: Document incremental GC (GH-123266) (#123395)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Sep 2024 11:12:16 +0000 (13:12 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 11:12:16 +0000 (13:12 +0200)
commitaca65112fe3e0d2e65a73d98186ac0309a70b65d
tree3535fdd3e8d2d79af0203dd882742f599295c262
parentcbcb9e1c0fa332eeab39d51b9abff6e5f00339c7
[3.13] GH-117759: Document incremental GC (GH-123266) (#123395)

GH-117759: Document incremental GC (GH-123266)

* Update what's new

* Update gc module docs and fix inconsistency in gc.get_objects
(cherry picked from commit f49a91648aac2ad55b2e005ba28fac1c7edca020)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Doc/library/gc.rst
Doc/whatsnew/3.13.rst
Python/gc.c