Show More
@@ -2693,7 +2693,7 b' class ctxmanager(object):' | |||||
2693 | exc_type = None |
|
2693 | exc_type = None | |
2694 | exc_val = None |
|
2694 | exc_val = None | |
2695 | exc_tb = None |
|
2695 | exc_tb = None | |
2696 |
except BaseException |
|
2696 | except BaseException: | |
2697 | pending = sys.exc_info() |
|
2697 | pending = sys.exc_info() | |
2698 | exc_type, exc_val, exc_tb = pending = sys.exc_info() |
|
2698 | exc_type, exc_val, exc_tb = pending = sys.exc_info() | |
2699 | del self._atexit |
|
2699 | del self._atexit |
General Comments 0
You need to be logged in to leave comments.
Login now