]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-111848: Tidy up tier 2 handling of FOR_ITER specialization by using DEOPT_IF inste...
authorMark Shannon <mark@hotpy.org>
Wed, 8 Nov 2023 13:31:55 +0000 (13:31 +0000)
committerGitHub <noreply@github.com>
Wed, 8 Nov 2023 13:31:55 +0000 (13:31 +0000)
commit06efb602645226f108e02bde716f9061f1ec4cdd
tree7a40ebfa72e9035738468f8494827fc0fd455993
parent11e83488c5a4a6e75a4f363a2e1a45574fd53573
GH-111848: Tidy up tier 2 handling of FOR_ITER specialization by using DEOPT_IF instead of jumps. (GH-111849)
Include/internal/pycore_opcode_metadata.h
Lib/test/test_capi/test_misc.py
Python/abstract_interp_cases.c.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer.c
Tools/cases_generator/generate_cases.py
Tools/cases_generator/lexer.py