]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137288: Fix bug where boolean expressions are not associated with the correct...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 5 Aug 2025 18:25:57 +0000 (19:25 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Aug 2025 18:25:57 +0000 (19:25 +0100)
commit1f2026b8a239b3169c0cad0157eb08358152b4c1
treee1d1c5128008259a50247b2f2aad1b4e551adf4f
parent525784aa65d35a5609aba53c873a9a3a578f992b
gh-137288: Fix bug where boolean expressions are not associated with the correct exception handler (#137310)
Include/internal/pycore_magic_number.h
Lib/test/test_compile.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