-
Jeremy Hylton authored
This code was correct, because of the outer try/finally that set tb to None. This change localizes the handling of the traceback, so that it's safety can be determined by local inspection.
424d7b85
This code was correct, because of the outer try/finally that set tb to None. This change localizes the handling of the traceback, so that it's safety can be determined by local inspection.