]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129766: Fix crash on calling `warnings._release_lock` with no lock (#129771)
authorsobolevn <mail@sobolevn.me>
Fri, 7 Feb 2025 09:59:52 +0000 (12:59 +0300)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2025 09:59:52 +0000 (12:59 +0300)
commitae132edc296d27c6ed04fe4d400c67e3cfb622e8
tree95d3e38bbe7ff31f7b14ef1787798e7cd2b1b4a2
parente2064d67504bc360c20e03eeea8b360d605cb439
gh-129766: Fix crash on calling `warnings._release_lock` with no lock (#129771)
Lib/test/test_warnings/__init__.py
Misc/NEWS.d/next/Library/2025-02-07-10-34-09.gh-issue-129766.6n5fQZ.rst [new file with mode: 0644]
Python/_warnings.c