Staging
v0.5.1
https://github.com/python/cpython
Revision ea6b322829c62951362f267d7afdd262aa2b3e2c authored by Victor Stinner on 18 December 2018, 16:34:51 UTC, committed by GitHub on 18 December 2018, 16:34:51 UTC
check_environ() of distutils.utils now catchs KeyError on calling
pwd.getpwuid(): don't create the HOME environment variable in this
case.

(cherry picked from commit 17d0c0595e101c4ce76b58e55de37e6b5083e6cd)
1 parent 34b7c43
Raw File
Tip revision: ea6b322829c62951362f267d7afdd262aa2b3e2c authored by Victor Stinner on 18 December 2018, 16:34:51 UTC
bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) (GH-11213)
Tip revision: ea6b322
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
.coverage
coverage/*
htmlcov/*
back to top