Open
Description
The arithmetic expression to * (int)sizeof(_Py_CODEUNIT)
can overflow if the number of instructions in a function exceeds MAX_INT / 2, as to
represents the instruction offset and sizeof(_Py_CODEUNIT)
is 2.
cpython/Python/instrumentation.c
Line 1239 in 4b44b34