-
- Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixestype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
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.
Metadata
Metadata
Assignees
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixestype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error