mirror of
https://github.com/python/cpython.git
synced 2026-01-08 16:32:55 +00:00
Damn Coverity. I can't even sneak in a leak any more. :-)
This commit is contained in:
parent
711e7f00ca
commit
9b00a56464
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue