We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_PyEval_GetFrameLocals
ceval.c
Here's the problematic code:
cpython/Python/ceval.c
Lines 2497 to 2504 in d8d9491
What's wrong?
PyDict_New()
NULL
Py_DECREF(locals);
Refs b034f14
I have a PR ready.