Labels
3.11
bug and security fixes
3.12
new features, bug and security fixes
type-bug
An unexpected behavior, bug, or error
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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 whenaddrq < 0
. This causes mypyc to segfault on 3.11 debug.The text was updated successfully, but these errors were encountered: