]> granicus.if.org Git - python/commit
Always test for an error return (usually NULL or -1) without setting
authorGuido van Rossum <guido@python.org>
Tue, 9 Mar 1999 16:16:45 +0000 (16:16 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Mar 1999 16:16:45 +0000 (16:16 +0000)
commiteb894ebd0adf603efaa1b339bf6403de3850d8ff
tree0ac0e00288930fc6a5885a23ae3bc7e8f05f2667
parentd3eb5774ad18683aff2a7316242914459e422e26
Always test for an error return (usually NULL or -1) without setting
an exception.
Python/ceval.c