]> granicus.if.org Git - python/commit
_Py_GetObjects(): GCC suggests to add () around && within || for some
authorGuido van Rossum <guido@python.org>
Sat, 14 Jul 2001 17:58:00 +0000 (17:58 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 14 Jul 2001 17:58:00 +0000 (17:58 +0000)
commit3c29602d740937cc96318031737dc3f0df59998d
treedd9e310a4e6a3c157dcbd428b0357885a60dea73
parent0765976cc4c488cb8968a01145db59bfd2968c06
_Py_GetObjects(): GCC suggests to add () around && within || for some
code only compiled in debug mode, and I dutifully comply.
Objects/object.c