]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-113781: Silence AttributeError in warning module during Python finalization...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Jan 2024 20:41:02 +0000 (21:41 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Jan 2024 20:41:02 +0000 (22:41 +0200)
commit86b004358e892f6fbe0ba51f9c3e0e3ea53d7e44
tree0e7f2f4debadcbdbee6d43004bdedf1c57680229
parent50efd7db20a3073affd877ecd2edd1dcf2a2c8b9
[3.11] gh-113781: Silence AttributeError in warning module during Python finalization (GH-113813) (GH-113874)

The tracemalloc module can already be cleared.
(cherry picked from commit 0297418cacf998e778bc0517aa11eaac827b8c0f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/warnings.py
Misc/NEWS.d/next/Library/2024-01-08-14-57-09.gh-issue-113781.IoTnwi.rst [new file with mode: 0644]