]> granicus.if.org Git - python/commit
Plug the most annoying recursive printing problem -- reset '_' to None
authorGuido van Rossum <guido@python.org>
Fri, 26 Dec 1997 22:15:57 +0000 (22:15 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 26 Dec 1997 22:15:57 +0000 (22:15 +0000)
commitaa06b0ede584324ea2a509b344ef07d619d0827f
tree9e0769847850fb1d0d3bea4ad1e43b92c493e53b
parent81e84c95c5c3701fb3ede3b67d21004500387faf
Plug the most annoying recursive printing problem -- reset '_' to None
before printing and set it to the printed variable *after* printing
(and only when printing is successful).
Python/ceval.c