mirror of
https://github.com/python/cpython.git
synced 2025-08-05 01:18:26 +00:00

The __exit__() method of test.support.catch_unraisable_exception context manager now ignores unraisable exception raised when clearing self.unraisable attribute.
3 lines
159 B
ReStructuredText
3 lines
159 B
ReStructuredText
Fix :func:`test.support.catch_unraisable_exception`: its __exit__() method
|
|
now ignores unraisable exception raised when clearing its ``unraisable``
|
|
attribute.
|