mirror of https://github.com/python/cpython
Damn Coverity. I can't even sneak in a leak any more. :-)
This commit is contained in:
parent
711e7f00ca
commit
9b00a56464
|
@ -5153,7 +5153,7 @@ wait_helper(int pid, int status, struct rusage *ru)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
return Py_BuildValue("iiO", pid, status, result);
|
||||
return Py_BuildValue("iiN", pid, status, result);
|
||||
}
|
||||
#endif /* HAVE_WAIT3 || HAVE_WAIT4 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue