[issue40955] subprocess_fork_exec leaks memory when extra_groups are supplied

2020-06-12 Thread Christian Heimes
Christian Heimes added the comment: 3.8 and 3.7 don't have the code path and are not affected. -- components: +Extension Modules -FreeBSD resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.7, Python 3.8 ___

[issue40955] subprocess_fork_exec leaks memory when extra_groups are supplied

2020-06-12 Thread miss-islington
miss-islington added the comment: New changeset ee3f7fee94915ab4f34c92d6c89b211de476660d by Miss Islington (bot) in branch '3.9': bpo-40955: Fix memory leak in subprocess module (GH-20825) https://github.com/python/cpython/commit/ee3f7fee94915ab4f34c92d6c89b211de476660d --

[issue40955] subprocess_fork_exec leaks memory when extra_groups are supplied

2020-06-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +20027 pull_request: https://github.com/python/cpython/pull/20833 ___ Python tracker ___ __

[issue40955] subprocess_fork_exec leaks memory when extra_groups are supplied

2020-06-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +20026 pull_request: https://github.com/python/cpython/pull/20832 ___ Python tracker ___ __

[issue40955] subprocess_fork_exec leaks memory when extra_groups are supplied

2020-06-12 Thread miss-islington
miss-islington added the comment: New changeset 0d3350daa8123a3e16d4a534b6e873eb12c10d7c by Christian Heimes in branch 'master': bpo-40955: Fix memory leak in subprocess module (GH-20825) https://github.com/python/cpython/commit/0d3350daa8123a3e16d4a534b6e873eb12c10d7c -- nosy: +mis

[issue40955] subprocess_fork_exec leaks memory when extra_groups are supplied

2020-06-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +20025 pull_request: https://github.com/python/cpython/pull/20831 ___ Python tracker ___ __

[issue40955] subprocess_fork_exec leaks memory when extra_groups are supplied

2020-06-12 Thread Gregory P. Smith
Change by Gregory P. Smith : -- title: subprocess_fork_exec leaks memory -> subprocess_fork_exec leaks memory when extra_groups are supplied ___ Python tracker ___ ___