test_ok2/changelog/6255.bugfix.rst

4 lines
206 B
ReStructuredText
Raw Normal View History

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