Home
last modified time | relevance | path

Searched refs:catch_unraisable_exception (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Lib/test/
D_test_atexit.py18 with support.catch_unraisable_exception() as cm:
126 with support.catch_unraisable_exception() as cm:
Dtest_cprofile.py25 with support.catch_unraisable_exception() as cm:
Dtest_thread.py144 with support.catch_unraisable_exception() as cm:
Dtest_raise.py465 with support.catch_unraisable_exception() as cm:
Dtest_yield_from.py566 with support.catch_unraisable_exception() as cm:
Dtest_coroutines.py2046 support.catch_unraisable_exception() as cm:
2268 with support.catch_unraisable_exception() as cm, \
Dtest_signal.py1296 with support.catch_unraisable_exception() as cm:
Dtest_io.py1123 with support.catch_unraisable_exception() as cm:
2117 with support.catch_unraisable_exception():
2119 with support.catch_unraisable_exception():
2921 with support.catch_unraisable_exception() as cm:
Dtest_exceptions.py1481 with support.catch_unraisable_exception() as cm:
Dtest_ssl.py4263 with support.catch_unraisable_exception() as catch:
4282 with support.catch_unraisable_exception() as catch:
/third_party/python/Lib/ctypes/test/
Dtest_random_things.py43 with support.catch_unraisable_exception() as cm:
Dtest_callbacks.py312 with support.catch_unraisable_exception() as cm:
/third_party/python/Misc/NEWS.d/
D3.8.0b1.rst1747 and test_yield_from to use :func:`test.support.catch_unraisable_exception`
1775 Add :func:`test.support.catch_unraisable_exception`: context manager
D3.9.0a1.rst4331 Fix :func:`test.support.catch_unraisable_exception`: its __exit__() method
/third_party/python/Lib/test/support/
D__init__.py1893 class catch_unraisable_exception: class
/third_party/python/Doc/library/
Dtest.rst799 .. function:: catch_unraisable_exception()
814 with support.catch_unraisable_exception() as cm: