]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116604: Correctly honor the gc status when calling _Py_RunGC (#116628)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 12 Mar 2024 12:00:49 +0000 (12:00 +0000)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2024 12:00:49 +0000 (12:00 +0000)
commit02918aa96117781261cb1a564e37a861b01eb883
tree77dc25055185df60fb01950c7432466cda2ce9f8
parenteb947cdc1374842a32fa82249ba3c688abf252dc
gh-116604: Correctly honor the gc status when calling _Py_RunGC (#116628)
Lib/test/test_gc.py
Misc/NEWS.d/next/Core and Builtins/2024-03-11-22-24-59.gh-issue-116604.LCEzAT.rst [new file with mode: 0644]
Python/gc.c