[issue20104] expose posix_spawn(p)

Serhiy Storchaka report at bugs.python.org
Sat Mar 31 04:21:43 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

posix_spawn() is not documented, it contains reference leaks (issue33191) and can cause crashes. It's style doesn't conform PEP 7.

The simplest fix requires changing the undocumented interface.

----------
dependencies: +Refleak in posix_spawn
nosy: +serhiy.storchaka
resolution: fixed -> 
status: closed -> open

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


More information about the Python-bugs-list mailing list