]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-137288: Fix bug where boolean expressions are not associated with the corre...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 12 Aug 2025 09:56:37 +0000 (10:56 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Aug 2025 09:56:37 +0000 (12:56 +0300)
commit0ccf244a197d7a5db216e8ed630089cefa370dd6
tree69e39a706014890d4d164464a073485ae291348a
parent019238ab18348710f7c6a7f835ee1d371e91fcc0
[3.14] gh-137288: Fix bug where boolean expressions are not associated with the correct exception handler (GH-137310). (#137427)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Include/internal/pycore_magic_number.h
Lib/test/test_compile.py
Lib/test/test_importlib/test_util.py
Misc/NEWS.d/next/Core_and_Builtins/2025-08-01-18-54-31.gh-issue-137288.FhE7ku.rst [new file with mode: 0644]
Python/flowgraph.c