Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Inhttps://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.