]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109889: fix compiler's redundant NOP detection to look past NOPs with no...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 15:43:16 +0000 (08:43 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:43:16 +0000 (17:43 +0200)
commit2b96102f29d2634a69b04cc782236cb12d8e3e56
tree8dfa490d0a0cd13194b951de58d3f3e029788cf7
parentc7941034171cd608a0235731832b7784200dec70
[3.12] gh-109889: fix compiler's redundant NOP detection to look past NOPs with no lineno when looking for the next instruction's lineno (GH-109987) (#110048)

gh-109889: fix compiler's redundant NOP detection to look past NOPs with no lineno when looking for the next instruction's lineno (GH-109987)
(cherry picked from commit f580edcc6a4c528020afe46c753db713474acad6)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2023-09-27-21-35-49.gh-issue-109889.t5hIRT.rst [new file with mode: 0644]
Python/flowgraph.c