This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Denis.Barmenkov, Jonathon Reinhart, Melissa Chang, Nicholas Brown, aikinci, arekm, bbi5291, christian.heimes, cinerar, eric.araujo, georg.brandl, grahamd, loewis, matrixise, nadeem.vawda, ned.deily, neologix, r.david.murray, serhiy.storchaka, surajd, tarek, vstinner, xuanji, yan12125, zaytsev
Date 2017-10-11.12:33:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507725182.68.0.213398074469.issue10496@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-10-11 12:33:02vstinnersetrecipients: + vstinner, loewis, georg.brandl, arekm, christian.heimes, nadeem.vawda, tarek, ned.deily, eric.araujo, grahamd, r.david.murray, neologix, xuanji, bbi5291, Denis.Barmenkov, aikinci, serhiy.storchaka, matrixise, zaytsev, yan12125, Jonathon Reinhart, Melissa Chang, surajd, cinerar, Nicholas Brown
2017-10-11 12:33:02vstinnersetmessageid: <1507725182.68.0.213398074469.issue10496@psf.upfronthosting.co.za>
2017-10-11 12:33:02vstinnerlinkissue10496 messages
2017-10-11 12:33:02vstinnercreate