]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136517: Print uncollectable objects if DEBUG_UNCOLLECTABLE mode was set (#136518)
authorSergey Miryanov <sergey.miryanov@gmail.com>
Thu, 10 Jul 2025 21:13:23 +0000 (14:13 -0700)
committerGitHub <noreply@github.com>
Thu, 10 Jul 2025 21:13:23 +0000 (22:13 +0100)
commitc560df9658f1a24edea995fe6f9c84c55b37cfb3
tree05972a68944cc9b358038fc87d533b6e259afe06
parent59acdba820f75081cfb47ad6e71044d022854cbc
gh-136517: Print uncollectable objects if DEBUG_UNCOLLECTABLE mode was set (#136518)
Lib/test/test_gc.py
Misc/NEWS.d/next/Core_and_Builtins/2025-07-10-23-23-50.gh-issue-136517._NHJyv.rst [new file with mode: 0644]
Python/gc.c