Open
Description
Bug report
Bug description:
If you construct a code object with an unknown opcode it'll get removed when the code object goes through the opcodes to de-opt them. We should just ignore unknown opcodes instead.
CPython versions tested on:
3.12, 3.14
Operating systems tested on:
Linux