]> granicus.if.org Git - python/commit
Don't be so hasty. If PyInt_AsLong() raises an error, don't set ValueError.
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 25 Jul 2002 16:43:29 +0000 (16:43 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 25 Jul 2002 16:43:29 +0000 (16:43 +0000)
commit73a088e3fafbfc8b925163a3b0aa626830d26aa0
treeafc0cc41574fd1d5a9a33c6487ce6c906669cbba
parent825e47b655623dff7ca515b28fe5d7b0ecfe7ad1
Don't be so hasty.  If PyInt_AsLong() raises an error, don't set ValueError.
Objects/typeobject.c