]> granicus.if.org Git - python/commit
Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 27 May 2011 14:46:51 +0000 (16:46 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 27 May 2011 14:46:51 +0000 (16:46 +0200)
commit4f2dab5c337f202b8fe3058108efc40cb1a0a724
tree52e3a979f3f5a521f404d07aa7fc1d1107348557
parent43b068648e81d951f78d9f1cf1cd8f42731e164e
Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions

Warnings found by the Clang Static Analyzer."

Most people prefer ++ at the end of functions.
Objects/setobject.c
Objects/unicodeobject.c
Python/compile.c