[issue20104] expose posix_spawn(p)

Gregory P. Smith report at bugs.python.org
Sun Apr 1 15:11:10 EDT 2018


Gregory P. Smith <greg at krypto.org> added the comment:

PR 6332 is overall a good cleanup.  I pushed a couple changes to that PR and left comments for some others.  It should go in.

There are basic tests for os.posix_spawn in test_posix.py.  More would be nice as we don't currently have any for the error paths.

The API is intentionally low level and simple as that is what the os (posix) module is all about.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue20104>
_______________________________________


More information about the Python-bugs-list mailing list