STINNER Victor <victor.stin...@gmail.com> added the comment:

user.py: short Python script to reproduce the bug. It runs Python as user 
12345, group 12345 and unset the HOME environment variable to reproduce the bug.

The python binary must be readable and executable by any user, especially uid 
12345 gid 12345. On my Fedora, /home/haypo is only accessible by the usr haypo. 
I cloned Python in /opt/cpython to work around the issue.

I confirm that Python 3.7 still has the bug.

----------
Added file: https://bugs.python.org/file47211/user.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue10496>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to