We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d220f8 commit 644349dCopy full SHA for 644349d
1 file changed
src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py
@@ -1022,6 +1022,9 @@ def patch_new_process_functions():
1022
monkey_patch_os("spawnvpe", create_spawnve)
1023
monkey_patch_os("posix_spawn", create_posix_spawn)
1024
1025
+ if not IS_WINDOWS:
1026
+ monkey_patch_os("posix_spawnp", create_posix_spawn)
1027
+
1028
if not IS_JYTHON:
1029
if not IS_WINDOWS:
1030
monkey_patch_os("fork", create_fork)
0 commit comments