Skip to content

[3.7] bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753)#6765

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-7ec8f28-3.7
May 11, 2018
Merged

[3.7] bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753)#6765
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-7ec8f28-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented May 11, 2018

Copy link
Copy Markdown
Contributor

Pass os.environ's copy to new process created at test_posix:
test_specify_environment. Otherwise important variables such as
LD_LIBRARY_PATH are not set and the child process might not work at all
in an environment where such variables are required for Python to function.
(cherry picked from commit 7ec8f28)

Co-authored-by: Miro Hrončok miro@hroncok.cz

https://bugs.python.org/issue33455

…ythonGH-6753)

Pass os.environ's copy to new process created at test_posix:
test_specify_environment. Otherwise important variables such as
LD_LIBRARY_PATH are not set and the child process might not work at all
in an environment where such variables are required for Python to function.
(cherry picked from commit 7ec8f28)

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@hroncok and @serhiy-storchaka: Backport status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 6e9456e into python:3.7 May 11, 2018
@miss-islington

Copy link
Copy Markdown
Contributor Author

Thanks!

@miss-islington miss-islington deleted the backport-7ec8f28-3.7 branch May 11, 2018 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants