divmod-dev team mailing list archive
-
divmod-dev team
-
Mailing list archive
-
Message #00087
[Bug 829865] [NEW] Get rid of PYTHONPATH mangling
Public bug reported:
A few pieces of code that launch a child process try to build a
PYTHONPATH environment variable by stitching sys.path together; this
produces incorrect results, depending on what happens to be on sys.path.
It is also unnecessary: if the current value of PYTHONPATH resulted in
the current value of sys.path, then it should have exactly the same
effect in the child process without any modification.
** Affects: divmod-axiom
Importance: Undecided
Status: New
** Branch linked: lp:~divmod-dev/divmod.org/829865-PYTHONPATH-handling
--
You received this bug notification because you are a member of Divmod-
dev, which is the registrant for Divmod Axiom.
https://bugs.launchpad.net/bugs/829865
Title:
Get rid of PYTHONPATH mangling
Status in Divmod Axiom:
New
Bug description:
A few pieces of code that launch a child process try to build a
PYTHONPATH environment variable by stitching sys.path together; this
produces incorrect results, depending on what happens to be on
sys.path. It is also unnecessary: if the current value of PYTHONPATH
resulted in the current value of sys.path, then it should have exactly
the same effect in the child process without any modification.
To manage notifications about this bug go to:
https://bugs.launchpad.net/divmod-axiom/+bug/829865/+subscriptions
Follow ups
References