Re: [gentoo-portage-dev] [PATCH] portage.process.spawn: inherit env by default (bug 672440)

2018-12-03 Thread Zac Medico
On 12/3/18 8:49 AM, Brian Dolbec wrote: > On Sun, 2 Dec 2018 23:55:23 -0800 > Zac Medico wrote: > >> Make child processes inherit the current process's environment by >> default, so that behavior is equivalent to the standard library's >> subprocess module. >> >> Bug:

Re: [gentoo-portage-dev] [PATCH] portage.process.spawn: inherit env by default (bug 672440)

2018-12-03 Thread Brian Dolbec
On Sun, 2 Dec 2018 23:55:23 -0800 Zac Medico wrote: > Make child processes inherit the current process's environment by > default, so that behavior is equivalent to the standard library's > subprocess module. > > Bug: https://bugs.gentoo.org/672440 > Signed-off-by: Zac Medico > --- >

[gentoo-portage-dev] [PATCH] portage.process.spawn: inherit env by default (bug 672440)

2018-12-02 Thread Zac Medico
Make child processes inherit the current process's environment by default, so that behavior is equivalent to the standard library's subprocess module. Bug: https://bugs.gentoo.org/672440 Signed-off-by: Zac Medico --- lib/portage/process.py | 10 +++--- 1 file changed, 7 insertions(+), 3