aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2018-01-29 01:56:10 +0000
committerGregory P. Smith <greg@krypto.org>2018-01-28 17:56:10 -0800
commit6c6ddf97c402709713d668d0ed53836a7749ba99 (patch)
treee403bfbc134daea26026db43b207bbdb203019fa /pyconfig.h.in
parentDocument the error return of PyLong_As* APIs. (#5396) (diff)
downloadcpython-6c6ddf97c402709713d668d0ed53836a7749ba99.tar.gz
cpython-6c6ddf97c402709713d668d0ed53836a7749ba99.tar.bz2
cpython-6c6ddf97c402709713d668d0ed53836a7749ba99.zip
bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
Add os.posix_spawn to wrap the low level POSIX API of the same name. Contributed by Pablo Galindo.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 27fe136a976..a18e3ca854e 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -707,6 +707,9 @@
/* Define to 1 if you have the `posix_fallocate' function. */
#undef HAVE_POSIX_FALLOCATE
+/* Define to 1 if you have the `posix_spawn' function. */
+#undef HAVE_POSIX_SPAWN
+
/* Define to 1 if you have the `pread' function. */
#undef HAVE_PREAD