◐ Shell
clean mode source ↗

bpo-20104: Remove posix_spawn from 3.7 by pablogsal · Pull Request #6794 · python/cpython

@pablogsal pablogsal changed the title bpo-20104: Remove posix_spawn in 3.7 bpo-20104: Remove posix_spawn from 3.7

May 14, 2018

@pablogsal

gpshead

and reference the removal from the old news entry where it was added.
We can keep the configure test for posix_spawn, we'll need it in the
future and having it in pyconfig.h will be convenient in case any
3.7 extension module wants to use it.

serhiy-storchaka