This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ncoghlan, nedbat, pitrou, serhiy.storchaka
Date 2012-05-15.09:36:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337074464.3406.4.camel@localhost.localdomain>
In-reply-to <1337056861.35.0.109478796982.issue14803@psf.upfronthosting.co.za>
Content
> As Ned notes, to cover *implicit* creation of Python subprocesses an
> environment based solution would be needed to ensure the subprocesses
> adopt the desired settings.

So why aren't you proposing an environment-based solution instead? :)
To use the "-C" option, you have to modify all places which launch a
Python subprocess.
History
Date User Action Args
2012-05-15 09:36:43pitrousetrecipients: + pitrou, ncoghlan, nedbat, serhiy.storchaka
2012-05-15 09:36:43pitroulinkissue14803 messages
2012-05-15 09:36:43pitroucreate