Thanks to visit codestin.com Credit goes to github.com
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.
1 parent eb63645 commit 50c584fCopy full SHA for 50c584f
1 file changed
Python/ceval.c
@@ -1921,11 +1921,10 @@ _PyEval_EvalFrameDefault(PyFrameObject *f, int throwflag)
1921
err = PyObject_SetItem(ann_dict, name, ann);
1922
}
1923
Py_DECREF(ann_dict);
1924
+ Py_DECREF(ann);
1925
if (err != 0) {
- Py_DECREF(ann);
1926
goto error;
1927
1928
1929
DISPATCH();
1930
1931
0 commit comments