Staging
v0.8.1
https://github.com/python/cpython
Revision 6e9456e4f6123b13750a10e6ae2eba83504d2f1a authored by Miss Islington (bot) on 11 May 2018, 06:01:44 UTC, committed by GitHub on 11 May 2018, 06:01:44 UTC

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 7ec8f28656ea9d84048e9b5655375c6a74a59f53)

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
1 parent c5444b3
History
Tip revision: 6e9456e4f6123b13750a10e6ae2eba83504d2f1a authored by Miss Islington (bot) on 11 May 2018, 06:01:44 UTC
bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753)
Tip revision: 6e9456e
File Mode Size
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 772 bytes
.gitignore -rw-r--r-- 1.5 KB
.travis.yml -rw-r--r-- 5.7 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 61.1 KB
README.rst -rw-r--r-- 9.3 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 482.5 KB
configure.ac -rw-r--r-- 160.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 42.2 KB
setup.py -rw-r--r-- 99.7 KB

README.rst

back to top