]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-150374: Fix double release of import lock in lazy import reification (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 May 2026 09:36:22 +0000 (11:36 +0200)
committerGitHub <noreply@github.com>
Mon, 25 May 2026 09:36:22 +0000 (09:36 +0000)
commitacd402ecdb7d04d8730d2d10352fa22823b0bd1c
treebfca55162c66050d33e5915e0e320711ccab62be
parent03244b9f043a31eaa9243d90d01139294155e1f3
[3.15] gh-150374: Fix double release of import lock in lazy import reification (GH-150376) (#150378)

gh-150374: Fix double release of import lock in lazy import reification (GH-150376)
(cherry picked from commit 5498eba545e950c7550c924f2e458c740a689c69)

Co-authored-by: pengyu lee <lipengyu@kylinos.cn>
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