]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93444: remove redundant fields from basicblock: b_nofallthrough, b_exit, b_return...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 3 Jun 2022 21:43:22 +0000 (22:43 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Jun 2022 21:43:22 +0000 (22:43 +0100)
commit1713ff09d6772a3225c21471e8d845d6f1382b0f
tree3b3104f372fd12fe180def18abfbbc23022628d7
parentf32e6b48d12834ba3bde01ec21c14da33abd26d6
GH-93444: remove redundant fields from basicblock: b_nofallthrough, b_exit, b_return (GH-93445)
Misc/NEWS.d/next/Core and Builtins/2022-06-02-23-00-08.gh-issue-93444.m63DIs.rst [new file with mode: 0644]
Python/compile.c