eric6/DebugClients/Python/MultiprocessingExtension.py

changeset 7903
827d89937c30
parent 7901
6ff7ccf0cb50
child 7906
0af028b93cb3
equal deleted inserted replaced
7902:a5248d27c8a9 7903:827d89937c30
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)

eric ide

mercurial