]> granicus.if.org Git - python/commit
There was an error check in a loop in PythonCmd which called
authorGuido van Rossum <guido@python.org>
Fri, 19 Jun 1998 04:28:10 +0000 (04:28 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Jun 1998 04:28:10 +0000 (04:28 +0000)
commitf766e23f63589032a64366be4b9d0549f0ed1b3d
treefcaadcd5e7403e54d7ddb83581bdca42c2b8b112
parent7b7f6688d276c73a779ee9df7db41afe418987ca
There was an error check in a loop in PythonCmd which called
PythonCmd_Error() but failed to return.  The error wasn't very likely
(only when we run out of memory) but since the check is there we might
as well return the error.  (I think that Barry introduced this buglet
when he added error checks everywhere.)
Modules/_tkinter.c