]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150374: Fix double release of import lock in lazy import reification (#150376)
authorpengyu lee <lipengyu@kylinos.cn>
Mon, 25 May 2026 09:09:38 +0000 (17:09 +0800)
committerGitHub <noreply@github.com>
Mon, 25 May 2026 09:09:38 +0000 (09:09 +0000)
commit5498eba545e950c7550c924f2e458c740a689c69
tree9259269e1d49a600145f6514058c3462dd5177f0
parentfbeafc062e55a52ba7369c36be0b3eb34eabb560
gh-150374: Fix double release of import lock in lazy import reification (#150376)
Misc/NEWS.d/next/Core_and_Builtins/2026-05-25-16-00-22.gh-issue-150374.Emu6d8.rst [new file with mode: 0644]
Python/import.c