]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92782: unify the style of CFG traversal algorithms in the compiler (GH-92784)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 17 May 2022 12:00:11 +0000 (13:00 +0100)
committerGitHub <noreply@github.com>
Tue, 17 May 2022 12:00:11 +0000 (13:00 +0100)
commit8781a041a00b7a202d73bcb47606ea10e56fb1d1
tree68b77b59f025bf15e68136fe68b64b3c1a6ff54d
parent93fc14933b8605c8df23073574048408df61b538
gh-92782: unify the style of CFG traversal algorithms in the compiler (GH-92784)
Python/compile.c