Closed
Description
In https://github.com/python/cpython/blob/main/Objects/codeobject.c#L971-L975, addrq < 0
is a condition but the assert following the branch fails when addrq < 0
. This causes mypyc to segfault on 3.11 debug.
8000
In https://github.com/python/cpython/blob/main/Objects/codeobject.c#L971-L975, addrq < 0
is a condition but the assert following the branch fails when addrq < 0
. This causes mypyc to segfault on 3.11 debug.