]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107901: synthetic jumps which are not at end of loop no longer check the eval...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sat, 6 Jan 2024 14:20:08 +0000 (14:20 +0000)
committerGitHub <noreply@github.com>
Sat, 6 Jan 2024 14:20:08 +0000 (14:20 +0000)
commitd36a36511899bd8dc9adf5fc354e8ff7c611c51d
tree71e7c9eb5020597bb8606ced3269c1b2e91d08c0
parentbb4c16706059f2b10f077dce6a9f9f04e146d424
gh-107901: synthetic jumps which are not at end of loop no longer check the eval breaker (#113721)
Lib/importlib/_bootstrap_external.py
Lib/test/test_compiler_codegen.py
Lib/test/test_dis.py
Lib/test/test_peepholer.py
Misc/NEWS.d/next/Core and Builtins/2024-01-05-00-49-14.gh-issue-107901.6JRrb6.rst [new file with mode: 0644]
Python/compile.c
Python/flowgraph.c