tracing + specialization + EXTENDED_ARG = assertion failure #91869
Labels
3.11
only security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
I found this while working on #91713
This results in
Assertion failed: cframe.use_tracing == 0
, from here, in the UNPACK_SEQUENCE_ADAPTIVE instruction. Presumably, other specialized opcodes are similar.@markshannon @brandtbucher
The text was updated successfully, but these errors were encountered: