]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113603: Compiler no longer tries to maintain the no-empty-block invariant (#113636)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 3 Jan 2024 16:57:48 +0000 (16:57 +0000)
committerGitHub <noreply@github.com>
Wed, 3 Jan 2024 16:57:48 +0000 (16:57 +0000)
commit7d01fb48089872155e1721ba0a8cc27ee5c4fecd
treea9fa94eba842ae6785ff5451568add173dca11af
parent0c3455a9693cfabcd991c4c33db7cccb1387de58
gh-113603: Compiler no longer tries to maintain the no-empty-block invariant (#113636)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2024-01-01-23-57-24.gh-issue-113603.ySwovr.rst [new file with mode: 0644]
Python/flowgraph.c