]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100982: Restrict `FOR_ITER_RANGE` to a single instruction to allow instrumentation...
authorMark Shannon <mark@hotpy.org>
Wed, 22 Feb 2023 11:11:57 +0000 (11:11 +0000)
committerGitHub <noreply@github.com>
Wed, 22 Feb 2023 11:11:57 +0000 (11:11 +0000)
commit7c106a443f8cf1111947a425eed11ecf9e615ce3
tree37ef7da55ba40c546b530c9dcbf70877d5736ff9
parent8d46c7ed5e83e22d55fe4f4e6e873d87f340c1dc
GH-100982: Restrict `FOR_ITER_RANGE` to a single instruction to allow instrumentation. (GH-101985)
Misc/NEWS.d/next/Core and Builtins/2023-02-17-10-12-13.gh-issue-100982.mJGJQw.rst [new file with mode: 0644]
Python/bytecodes.c
Python/generated_cases.c.h
Python/specialize.c