]> granicus.if.org Git - python/commit
- Reindent a confusingly indented piece of code (no intended code changes
authorThomas Wouters <thomas@python.org>
Sun, 12 Mar 2006 00:29:36 +0000 (00:29 +0000)
committerThomas Wouters <thomas@python.org>
Sun, 12 Mar 2006 00:29:36 +0000 (00:29 +0000)
commita96affe1fc5085946ec5bd39a1cb852438ccded3
tree27b80676c4a00ca8f6647ea4fab4de52cbf396f4
parent318af47512176fed74a3d7e0e51cdb1347418a98
 - 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.
Objects/unicodeobject.c