]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109889: fix compiler's redundant NOP detection to look past NOPs with no lineno...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 28 Sep 2023 19:33:28 +0000 (20:33 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Sep 2023 19:33:28 +0000 (20:33 +0100)
commitf580edcc6a4c528020afe46c753db713474acad6
treeccc20e518bdb608d352ee87cfbd0c610c1973011
parentb14f0ab51cb4851b25935279617e388456dcf716
gh-109889: fix compiler's redundant NOP detection to look past NOPs with no lineno when looking for the next instruction's lineno (#109987)
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