]> granicus.if.org Git - python/commit
Remove some extraneous parentheses and swap the comparison order to
authorBrett Cannon <brett@python.org>
Tue, 7 Jun 2011 03:20:36 +0000 (20:20 -0700)
committerBrett Cannon <brett@python.org>
Tue, 7 Jun 2011 03:20:36 +0000 (20:20 -0700)
commita0b1ff58447d27a4ab8f830f9ef69c75c70738e8
tree8e184342569db3c2bf24cb36487b63eede3b2bb9
parentc5011fe22784aa76d72575c74fe9f6b32f5632ce
Remove some extraneous parentheses and swap the comparison order to
prevent accidental assignment.

Silences a warning from LLVM/clang 2.9.
Modules/arraymodule.c