[issue34812] [Security] support.args_from_interpreter_flags() doesn't inherit -I (isolated) flag

STINNER Victor report at bugs.python.org
Fri Nov 23 09:03:59 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:

I tried to explain how to fix the bug, but nobody came up with a working change 2 months, so I wrote the PR myself. It's an important security issue, since the function is used by multiprocessing and distutils modules to spawn new child processes.

----------
components:  -Tests
keywords:  -easy
title: [EASY] support.args_from_interpreter_flags() doesn't inherit -I (isolated) flag -> [Security] support.args_from_interpreter_flags() doesn't inherit -I (isolated) flag
type:  -> security

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34812>
_______________________________________


More information about the Python-bugs-list mailing list