[issue4035] Support bytes for os.exec*()

STINNER Victor report at bugs.python.org
Tue Oct 7 16:19:54 CEST 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

The patch is incomplete. It allows bytes for the arguments but not for 
the environment variables: posix_execve() in Modules/posixmodule.c 
uses:
 PyArg_Parse(key "s", &k)
 PyArg_Parse(val "s", &v)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4035>
_______________________________________


More information about the Python-bugs-list mailing list