]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137384: fix crash when accessing warnings state late in runtime shutdown (#138027)
authorKumar Aditya <kumaraditya@python.org>
Fri, 22 Aug 2025 13:40:43 +0000 (19:10 +0530)
committerGitHub <noreply@github.com>
Fri, 22 Aug 2025 13:40:43 +0000 (19:10 +0530)
commitb9bcd02e9fe976e0a6a8e8a0b336d598b1d73b13
tree102b4d9e484e711d1dce22a34073118f499c3cc8
parent5b0f00e616738ededcf4b178dee8c30f5005e7ae
gh-137384: fix crash when accessing warnings state late in runtime shutdown (#138027)
Lib/test/test_gc.py
Misc/NEWS.d/next/Core_and_Builtins/2025-08-22-11-39-40.gh-issue-137384.j4b_in.rst [new file with mode: 0644]
Python/pystate.c