Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_threading.py1519 def threading_hook(args): function
1528 with support.swap_attr(threading, 'excepthook', threading_hook), \
1547 def threading_hook(args): function
1551 with support.swap_attr(threading, 'excepthook', threading_hook):