bpo-35674: Add os.posix_spawnp() (GH-11554)

Add a new os.posix_spawnp() function.
This commit is contained in:
Joannah Nanjekye 2019-01-16 16:29:26 +03:00 committed by Victor Stinner
parent 9daecf37a5
commit 92b8322e7e
9 changed files with 322 additions and 112 deletions

2
configure vendored
View file

@ -11447,7 +11447,7 @@ for ac_func in alarm accept4 setitimer getitimer bind_textdomain_codeset chown \
initgroups kill killpg lchown lockf linkat lstat lutimes mmap \
memrchr mbrtowc mkdirat mkfifo \
mkfifoat mknod mknodat mktime mremap nice openat pathconf pause pipe2 plock poll \
posix_fallocate posix_fadvise posix_spawn pread preadv preadv2 \
posix_fallocate posix_fadvise posix_spawn posix_spawnp pread preadv preadv2 \
pthread_init pthread_kill putenv pwrite pwritev pwritev2 readlink readlinkat readv realpath renameat \
sem_open sem_timedwait sem_getvalue sem_unlink sendfile setegid seteuid \
setgid sethostname \