]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87092: reduce redundancy and repetition in compiler's optimization stage (GH-96713)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 13 Sep 2022 12:03:41 +0000 (13:03 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Sep 2022 12:03:41 +0000 (13:03 +0100)
commit6d7a0e0dd760d4e01e512aad3819c3306c3641a3
tree5905a7efc77c2432f128db93df048f060c369e0c
parent49cceeb5c998a51bb12b7dbde17b53647bb52113
gh-87092: reduce redundancy and repetition in compiler's optimization stage (GH-96713)
Lib/test/test_dis.py
Lib/test/test_peepholer.py
Python/compile.c