New submission from David Wilson <d...@botanicus.net>:
Not sure if this is worth reporting.. p = os.popen('sleep 1234') os.wait3(os.WNOHANG) os.wait3(os.WNOHANG) os.wait3(os.WNOHANG) Notice struct rusage return value. When wait3() succeeds on Linux, but no child was waiting to be reaped, &ru is not updated by the kernel, therefore it is passed uninitialized back to the user, essentially leaking a little bit of stack memory ---------- messages: 337833 nosy: dw priority: normal severity: normal status: open title: os.wait3() leaks some uninitialized stack when no processes exist _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36279> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com