]> granicus.if.org Git - python/commit
Avoid useless "++" at the end of functions
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 May 2011 11:53:47 +0000 (13:53 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 May 2011 11:53:47 +0000 (13:53 +0200)
commit97e561ef24b6270d0000e21be3afb994caefcd8f
tree8f9bef696c8ed0b593c618f81150b7e2bca61695
parent25095b2be655cbe88a05e99f6956aa29cf6207d9
Avoid useless "++" at the end of functions

Warnings found by the Clang Static Analyzer.
Objects/setobject.c
Objects/unicodeobject.c
Python/compile.c