[New-bugs-announce] [issue44581] Interpreter can execute quickened opcodes in tracing mode

Mark Shannon report at bugs.python.org
Wed Jul 7 10:31:57 EDT 2021


New submission from Mark Shannon <mark at hotpy.org>:

This breaks a key invariant of PEP 659.

Inserting `assert(cframe.use_tracing == 0);` at the top of all quickened instructions results in several failures when running the test suite.

----------
assignee: Mark.Shannon
components: Interpreter Core
messages: 397090
nosy: Mark.Shannon, kj
priority: normal
severity: normal
stage: needs patch
status: open
title: Interpreter can execute quickened opcodes in tracing mode
type: behavior
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44581>
_______________________________________


More information about the New-bugs-announce mailing list