mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
(Merge 3.2) Issue #13339.
This commit is contained in:
commit
ab1078b987
2 changed files with 4 additions and 1 deletions
|
@ -4509,7 +4509,7 @@ search path to find the file.\n\
|
|||
static PyObject *
|
||||
posix_spawnvpe(PyObject *self, PyObject *args)
|
||||
{
|
||||
PyObject *opath
|
||||
PyObject *opath;
|
||||
char *path;
|
||||
PyObject *argv, *env;
|
||||
char **argvlist;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue