divmod-dev team mailing list archive
-
divmod-dev team
-
Mailing list archive
-
Message #00198
[Bug 829865] Re: Get rid of PYTHONPATH mangling
** Changed in: divmod-axiom
Status: New => Fix Committed
--
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:
Fix Committed
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
References