Original patch by Matthias Bussonnier.
(cherry picked from commit 160edb4357
)
This commit is contained in:
parent
6c6186da42
commit
9fbb65e646
|
@ -2641,6 +2641,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
|
|||
if ((x = f->f_locals) == NULL) {
|
||||
PyErr_SetString(PyExc_SystemError,
|
||||
"no locals found during 'import *'");
|
||||
Py_DECREF(v);
|
||||
break;
|
||||
}
|
||||
READ_TIMESTAMP(intr0);
|
||||
|
|
Loading…
Reference in New Issue