diff options
author | Thomas Wouters <thomas@python.org> | 2006-03-12 00:29:36 +0000 |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2006-03-12 00:29:36 +0000 |
commit | a96affe1fc5085946ec5bd39a1cb852438ccded3 (patch) | |
tree | 27b80676c4a00ca8f6647ea4fab4de52cbf396f4 /Python/getargs.c | |
parent | 318af47512176fed74a3d7e0e51cdb1347418a98 (diff) | |
download | cpython-git-a96affe1fc5085946ec5bd39a1cb852438ccded3.tar.gz |
- Reindent a confusingly indented piece of code (no intended code changes
there)
- Add missing DECREFs of inner-scope 'temp' variable
- Add various missing DECREFs by changing 'return NULL' into 'goto onError'
- Avoid double DECREF when last _PyUnicode_Resize() fails
Coverity found one of the missing DECREFs, but oddly enough not the others.
Diffstat (limited to 'Python/getargs.c')
0 files changed, 0 insertions, 0 deletions