commit | 6de7d0c3388f93288449449cc2a711358ffc4529 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Dec 18 19:46:59 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Dec 18 19:46:59 1998 +0000 |
tree | 375c1d669c91480ecd384818395bfb084456d8bd | |
parent | 654387efbd9ba363a1911e493a8477f15608e1a0 [diff] |
When _PyString_Resize() reports failure, the variable referring to the string we wanted to resize is set to NULL. Don't Py_DECREF() those variables! (5 places)