eric6/DebugClients/Python/MultiprocessingExtension.py

branch
multi_processing
changeset 7877
72386134c80a
parent 7872
433dacbfa456
child 7882
617cc27f11af
--- a/eric6/DebugClients/Python/MultiprocessingExtension.py	Tue Dec 15 18:07:56 2020 +0100
+++ b/eric6/DebugClients/Python/MultiprocessingExtension.py	Wed Dec 16 18:31:37 2020 +0100
@@ -16,6 +16,8 @@
 _originalBootstrap = None
 
 
+# TODO: add support for start method 'forkserver'
+# TODO: add support for start method 'spawn'
 def patchMultiprocessing(module, debugClient):
     """
     Function to patch the multiprocessing module.

eric ide

mercurial