--- a/src/eric7/DebugClients/Python/MultiProcessDebugExtension.py Fri Nov 04 13:46:31 2022 +0100 +++ b/src/eric7/DebugClients/Python/MultiProcessDebugExtension.py Fri Nov 04 13:52:26 2022 +0100 @@ -11,10 +11,10 @@ import contextlib from DebugUtilities import ( + isPythonProgram, + isWindowsPlatform, patchArguments, patchArgumentStringWindows, - isPythonProgram, - isWindowsPlatform, ) _debugClient = None @@ -415,7 +415,6 @@ # - patchModule(os, "execve", createExecve) # - patchModule(os, "execvp", createExecv) # - patchModule(os, "execvpe", createExecve) - # patch 'os.spawn...()' functions patchModule(os, "spawnl", createSpawnl) patchModule(os, "spawnle", createSpawnl)