]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
OS/2 has support for spawnvp() and spawnvpe() in the C libraries supplied
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Sun, 4 Apr 2004 07:11:43 +0000 (07:11 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Sun, 4 Apr 2004 07:11:43 +0000 (07:11 +0000)
commit69e18c9344b1bc72d1f6c26de0bd41f3ba2c274c
treeeb64f094a2f21f53da7743916f2dd91b09be00dd
parent4e10ed3b86cf08211ef0c9c5408799195c2c1881
OS/2 has support for spawnvp() and spawnvpe() in the C libraries supplied
with major C compilers (VACPP, EMX+gcc and [Open]Watcom).

Also tidy up the export of spawn*() symbols in the os module to match what
is found/implemented.
Lib/os.py
Modules/posixmodule.c