]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-137384: fix crash when accessing warnings state late in runtime shutdown...
authorKumar Aditya <kumaraditya@python.org>
Fri, 22 Aug 2025 14:27:49 +0000 (19:57 +0530)
committerGitHub <noreply@github.com>
Fri, 22 Aug 2025 14:27:49 +0000 (17:27 +0300)
commitd619015ecd1c57bde9babc8defaf4c9f8f583be1
tree492af9005f32495d423bf1a791f5a1401fb2413f
parentc213eb90a0c3c121dc124eae44d1d9507c1e025d
[3.14] gh-137384: fix crash when accessing warnings state late in runtime shutdown (GH-138027) (#138065)
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