]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport to 2.3 to support Zope 2.7 on OS/2:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Sun, 4 Apr 2004 07:17:05 +0000 (07:17 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Sun, 4 Apr 2004 07:17:05 +0000 (07:17 +0000)
commitfc019dd00bda56239704bdd6984c0a68dd09e072
treecde6ee958a2e372fc480dc8bc71be8216404dee9
parent9ed9329248dca1fb3e867027ea9f3ed194ca6d45
Backport to 2.3 to support Zope 2.7 on OS/2:

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