Thanks to Coverity, these were all reported by their Prevent tool.

All of these (except _lsprof.c) should be backported.  Particularly
the hotshot change which validates sys.path.  Can someone backport?
This commit is contained in:
Neal Norwitz 2006-03-07 04:48:24 +00:00
parent e22373d690
commit 60da31660c
6 changed files with 25 additions and 2 deletions

View file

@ -2983,7 +2983,7 @@ match_groupdict(MatchObject* self, PyObject* args, PyObject* kw)
return result;
failed:
Py_DECREF(keys);
Py_XDECREF(keys);
Py_DECREF(result);
return NULL;
}