[issue16499] CLI option for isolated mode

Nick Coghlan report at bugs.python.org
Thu Jun 20 17:15:41 CEST 2013


Nick Coghlan added the comment:

CPython's startup sequence and collection of global flags are organically
evolved madness, so I think adding even more complexity to them is a bad
idea. When you're in a hole, the first thing to do is *stop digging*.

I could use help laying the foundations for PEP 432 though - getting the
separate Programs directory split out, breaking up the monstrosity that is
pythonrun.c, etc. Implementing that basic refactoring in default will make
it more feasible to keep the PEP branch up to date without major conflicts.
On 21 Jun 2013 00:40, "Christian Heimes" <report at bugs.python.org> wrote:

>
> Christian Heimes added the comment:
>
> It comes from Nick and http://www.python.org/dev/peps/pep-0432/ . Once
> PEP 432 is in place we can easily create variants of Python binaries with
> special flags.
>
> I'm in favor with python -I, too.
>
> ----------
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue16499>
> _______________________________________
>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16499>
_______________________________________


More information about the Python-bugs-list mailing list