]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114265: move line number propagation before cfg optimization, remove guarantee_lin...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 19 Jan 2024 14:49:26 +0000 (14:49 +0000)
committerGitHub <noreply@github.com>
Fri, 19 Jan 2024 14:49:26 +0000 (14:49 +0000)
commit7e49f27b41d5728cde1f8790586d113ddc25f18d
tree921c12198de0b9eb0b176a0ba45f9dc4249ed45c
parentefb81a60f5ce7e192095230a0f7ff9684d6f835a
gh-114265: move line number propagation before cfg optimization, remove guarantee_lineno_for_exits (#114267)
Lib/importlib/_bootstrap_external.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2024-01-19-13-18-13.gh-issue-114265.7HAi--.rst [new file with mode: 0644]
Python/flowgraph.c