mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Damn Coverity. I can't even sneak in a leak any more. :-)
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user