()
| 169 | |
| 170 | |
| 171 | def setup_threading_excepthook() -> None: |
| 172 | global orig_threading_excepthook |
| 173 | import threading |
| 174 | orig_threading_excepthook = threading.excepthook |
| 175 | threading.excepthook = regrtest_threading_excepthook |
| 176 | |
| 177 | |
| 178 | def clear_caches(): |
no outgoing calls
no test coverage detected
searching dependent graphs…