]> granicus.if.org Git - python/commit
SystemExit_init(): avoid an useless test
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 May 2011 12:25:54 +0000 (14:25 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 May 2011 12:25:54 +0000 (14:25 +0200)
commit92236e5651ade38b31281ed92e2c2846f8ccd0d8
tree3d9af099493ac1291436a61da168aca033373492
parent13b21bd749aef0f6b18cec0e7e5d1d3e643f106a
SystemExit_init(): avoid an useless test

Make silent a false positive of the Clang Static Analyzer.
Objects/exceptions.c