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
Crash report
This was discovered in anasyncio program when interrupted with CTRL - C.
Minimal Reproducer:
importgcimportinspectgc.set_threshold(1,0,0)f= []defcb(*args):f.append(inspect.stack())gc.callbacks.append(cb)defgen():yield1g=gen()g.__next__()
Error messages
python: Python/ceval.c:5436: _PyEval_EvalFrameDefault: Assertion `frame->frame_obj == NULL' failed.Aborted (core dumped)
Your environment
Metadata
Metadata
Assignees
Labels
Projects
Status
Done