On Wed, 27 Apr 2022 17:37:20 +0200
Victor Stinner <vstin...@python.org> wrote:
> Oh sorry, I mean that I prefer to *not* add an environment variable,
> but I'm not strongly against it.
> 
> How would the environment varaible be used? A command line option is not 
> enough?

An environment variable is an easy to influence a program or system
whose inner workings you don't control (for example a system that
spawns child Python processes). And it sounds like a good idea to allow
that given that it improves security?

Regards

Antoine.


> 
> Victor
> 
> On Wed, Apr 27, 2022 at 4:44 PM Antoine Pitrou <anto...@python.org> wrote:
> >
> > On Tue, 26 Apr 2022 11:46:41 +0200
> > Victor Stinner <vstin...@python.org> wrote:  
> > > I prefer to add an environment variable, only pass the option
> > > explicitly on the command line.  
> >
> > I don't really understand this sentence, can you rephrase?
> >
> >
> >
> > _______________________________________________
> > Python-Dev mailing list -- python-dev@python.org
> > To unsubscribe send an email to python-dev-le...@python.org
> > https://mail.python.org/mailman3/lists/python-dev.python.org/
> > Message archived at 
> > https://mail.python.org/archives/list/python-dev@python.org/message/L4KBLOSENGMPVQARKWAUXUQKTIP2OFPL/
> > Code of Conduct: http://python.org/psf/codeofconduct/  
> 
> 
> 



_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/NWEXTHGRN4VJ5W54XEW5LJUBUXMXFMXJ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to