diff -r f93954861747 -r 64147a7e6393 src/eric7/DebugClients/Python/MultiProcessDebugExtension.py --- a/src/eric7/DebugClients/Python/MultiProcessDebugExtension.py Thu Jul 20 10:36:23 2023 +0200 +++ b/src/eric7/DebugClients/Python/MultiProcessDebugExtension.py Thu Jul 20 11:00:30 2023 +0200 @@ -405,7 +405,7 @@ patchModule(os, "spawnvpe", createSpawnve) # patch 'os.posix_spawn...()' functions - if sys.version_info >= (3, 8) and not isWindowsPlatform(): + if not isWindowsPlatform(): patchModule(os, "posix_spawn", createPosixSpawn) patchModule(os, "posix_spawnp", createPosixSpawn)