65 exceptions=exceptions, tracePython=tracePython, |
65 exceptions=exceptions, tracePython=tracePython, |
66 redirect=redirect, passive=False, |
66 redirect=redirect, passive=False, |
67 multiprocessSupport=True |
67 multiprocessSupport=True |
68 ) |
68 ) |
69 except Exception: |
69 except Exception: |
70 print("Exception during multiprocessing bootstrap" |
70 print( |
71 " init:") |
71 # __IGNORE_WARNING_M801__ |
72 # __IGNORE_WARNING_M801__ |
72 "Exception during multiprocessing bootstrap init:" |
|
73 ) |
73 traceback.print_exc(file=sys.stdout) |
74 traceback.print_exc(file=sys.stdout) |
74 sys.stdout.flush() |
75 sys.stdout.flush() |
75 raise |
76 raise |
76 |
77 |
77 exitcode = _originalBootstrap(self, *args, **kwargs) |
78 exitcode = _originalBootstrap(self, *args, **kwargs) |