test_ok1/changelog/6255.bugfix.rst

5 lines
227 B
ReStructuredText
Raw Normal View History

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.