Bug report
Bug description:
We currently generate
_Py_CODEUNIT *this_instr =...
we should generate
_Py_CODEUNIT* const this_instr =...
to prevent it being accidentally changed.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs