This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients John Jones, alex, benjamin.peterson, dhduvall, gennad, gregory.p.smith, martin.panter, miss-islington, ned.deily, neologix, pablogsal, serhiy.storchaka, vstinner
Date 2018-05-18.23:52:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526687551.52.0.682650639539.issue20104@psf.upfronthosting.co.za>
In-reply-to
Content
posix_spawn can still be found in Python 3.7:

configure:11243: posix_fallocate posix_fadvise posix_spawn pread preadv preadv2 \
configure.ac:3470: posix_fallocate posix_fadvise posix_spawn pread preadv preadv2 \
pyconfig.h.in:710:/* Define to 1 if you have the `posix_spawn' function. */

This check has been added by the commit 6c6ddf97c402709713d668d0ed53836a7749ba99 and should be removed from Python 3.7 as well, no? It's not a release blocker, but it may be good to remove posix_spawn from configure.ac (and related generated files).
History
Date User Action Args
2018-05-18 23:52:31vstinnersetrecipients: + vstinner, gregory.p.smith, benjamin.peterson, ned.deily, alex, dhduvall, neologix, gennad, martin.panter, serhiy.storchaka, John Jones, pablogsal, miss-islington
2018-05-18 23:52:31vstinnersetmessageid: <1526687551.52.0.682650639539.issue20104@psf.upfronthosting.co.za>
2018-05-18 23:52:31vstinnerlinkissue20104 messages
2018-05-18 23:52:31vstinnercreate