]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-123197: Only count an instruction as deferred if it hasn't deopted first. (GH...
authorMark Shannon <mark@hotpy.org>
Thu, 22 Aug 2024 13:17:10 +0000 (14:17 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Aug 2024 13:17:10 +0000 (14:17 +0100)
commita3d8c0542ea093c0e3e12b2839371cfc07463376
tree344c78012dc732d75da5efab75854095c856ed44
parent3d7b1a526d858496add5b188c790b8d5fe73b06b
GH-123197: Only count an instruction as deferred if it hasn't deopted first. (GH-123222)

Only count an instruction as deferred if hasn't deopted first.
Include/internal/pycore_code.h
Python/bytecodes.c
Python/generated_cases.c.h
Python/specialize.c