src/eric7/DebugClients/Python/MultiProcessDebugExtension.py

branch
eric7
changeset 10119
64147a7e6393
parent 9653
e67609152c5e
child 10319
e6e93bf64a9c
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)
 

eric ide

mercurial