]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126835: Make CFG optimizer skip over NOP's when looking for const sequence constru...
authorYan Yanchii <yyanchiy@gmail.com>
Sun, 9 Feb 2025 18:00:41 +0000 (19:00 +0100)
committerGitHub <noreply@github.com>
Sun, 9 Feb 2025 18:00:41 +0000 (18:00 +0000)
commit91d954411272a07a5431326711a8a5bdf4e2c323
tree081d77990bb3aecce23d3f36e30222151eaec7b7
parent8f9c6fa0773cff586d127d1b77b158edd4718035
gh-126835: Make CFG optimizer skip over NOP's when looking for const sequence construction (#129703)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_peepholer.py
Python/flowgraph.c