()
| 168 | |
| 169 | |
| 170 | def setup_module(): |
| 171 | try: |
| 172 | _check_system_limits() |
| 173 | except NotImplementedError: |
| 174 | pass |
| 175 | else: |
| 176 | unittest.addModuleCleanup(multiprocessing.util._cleanup_tests) |
| 177 | |
| 178 | thread_info = threading_helper.threading_setup() |
| 179 | unittest.addModuleCleanup(threading_helper.threading_cleanup, *thread_info) |
searching dependent graphs…