]> granicus.if.org Git - python/commit
No longer need to be very careful with saving the exception state
authorGuido van Rossum <guido@python.org>
Mon, 29 Sep 1997 23:17:48 +0000 (23:17 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Sep 1997 23:17:48 +0000 (23:17 +0000)
commitc90ad2103eb9aca14b7a910cbcdcd7b570f690ab
tree67ae51bbd99774d80402a7f09795ca24ca669463
parenta3beb63eb73b854d86afe12cd34e45695658e8ad
No longer need to be very careful with saving the exception state
first.  Don't store the traceback as a local variable, to avoid
circular references.
Lib/SocketServer.py