2019-11-21 21:22:34 +08:00
|
|
|
Clear the :py:attr:`sys.last_traceback`, :py:attr:`sys.last_type`
|
|
|
|
and :py:attr:`sys.last_value` attributes by deleting them instead
|
|
|
|
of setting them to ``None``. This better matches the behaviour of
|
|
|
|
the Python standard library.
|