[issue35862] Change the environment for a new process

2019-02-02 Thread Steve Dower
Steve Dower added the comment: Among other things, the version of the C runtime you were using on that old system probably has its own set of bugs that have since been resolved. Thanks for reporting the issue, though! -- resolution: -> fixed stage: patch review -> resolved status: o

[issue35862] Change the environment for a new process

2019-02-02 Thread Tobias Däullary
Tobias Däullary added the comment: Alright, thanks for pointing me in the right direction. I have to conclude that this issue is not present on a current operating system, as I now tried to reproduce with Windows 10 (I came across it on an ancient Windows XP (sic) system - I can just imagine

[issue35862] Change the environment for a new process

2019-02-01 Thread Eryk Sun
Eryk Sun added the comment: > Because sometimes when a process is implicitly started by some 3rd > party library (i.e. COM via pythonwin here) the "old", unchanged > environment is retained as the process itself doesn't care if > os.environ was changed or not, the original environment cannot

[issue35862] Change the environment for a new process

2019-01-31 Thread Tobias Däullary
Tobias Däullary added the comment: Because sometimes when a process is implicitly started by some 3rd party library (i.e. COM via pythonwin here) the "old", unchanged environment is retained as the process itself doesn't care if os.environ was changed or not, the original environment cannot b

[issue35862] Change the environment for a new process

2019-01-31 Thread Josh Rosenberg
Change by Josh Rosenberg : Removed file: https://bugs.python.org/file48088/bq-nix.snapshot.json ___ Python tracker ___ ___ Python-bugs-list

[issue35862] Change the environment for a new process

2019-01-31 Thread Josh Rosenberg
Josh Rosenberg added the comment: Why is not having the target assign to the relevant os.environ keys before doing whatever depends on the environment not an option? -- nosy: +josh.r ___ Python tracker

[issue35862] Change the environment for a new process

2019-01-31 Thread Josh Rosenberg
Change by Josh Rosenberg : Removed file: https://bugs.python.org/file48087/core-nix.snapshot.json ___ Python tracker ___ ___ Python-bugs-lis

[issue35862] Change the environment for a new process

2019-01-31 Thread Josh Rosenberg
Change by Josh Rosenberg : Removed file: https://bugs.python.org/file48089/bq-nix.manifest ___ Python tracker ___ ___ Python-bugs-list maili

[issue35862] Change the environment for a new process

2019-01-31 Thread Josh Rosenberg
Change by Josh Rosenberg : -- Removed message: https://bugs.python.org/msg334593 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue35862] Change the environment for a new process

2019-01-30 Thread Rohit travels and tours
Change by Rohit travels and tours : -- hgrepos: +379 Added file: https://bugs.python.org/file48089/bq-nix.manifest ___ Python tracker ___ __

[issue35862] Change the environment for a new process

2019-01-30 Thread Rohit travels and tours
Rohit travels and tours added the comment: rtat.net -- nosy: +roufique7 Added file: https://bugs.python.org/file48088/bq-nix.snapshot.json ___ Python tracker ___ _

[issue35862] Change the environment for a new process

2019-01-30 Thread Rohit travels and tours
Change by Rohit travels and tours : Added file: https://bugs.python.org/file48087/core-nix.snapshot.json ___ Python tracker ___ ___ Python-b

[issue35862] Change the environment for a new process

2019-01-30 Thread Tobias Däullary
Change by Tobias Däullary : -- keywords: +patch, patch, patch pull_requests: +11558, 11559, 11560 stage: -> patch review ___ Python tracker ___

[issue35862] Change the environment for a new process

2019-01-30 Thread Tobias Däullary
Change by Tobias Däullary : -- keywords: +patch, patch, patch, patch pull_requests: +11558, 11559, 11560, 11561 stage: -> patch review ___ Python tracker ___ __

[issue35862] Change the environment for a new process

2019-01-30 Thread Tobias Däullary
Change by Tobias Däullary : -- keywords: +patch, patch pull_requests: +11558, 11559 stage: -> patch review ___ Python tracker ___ __

[issue35862] Change the environment for a new process

2019-01-30 Thread Tobias Däullary
Change by Tobias Däullary : -- keywords: +patch pull_requests: +11558 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue35862] Change the environment for a new process

2019-01-30 Thread Tobias Däullary
New submission from Tobias Däullary : There should be a possibility to change the environment of a process created with multiprocessing. For subprocess this is possible thanks to the "env" attribute. Elaboration: While it is trivial to change os.environ manually, in some cases this is not pos