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 jaystrict
Recipients jaystrict, r.david.murray
Date 2015-10-26.18:13:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445883190.98.0.862389642522.issue25481@psf.upfronthosting.co.za>
In-reply-to
Content
I just found that a "chmod o+x /home/user1" fixes the problem in the sense that now a FileNotFoundError is thrown.
So I am very certain that you can reproduce this by making your home directory non-executable.

Could it be that python tries to access the "original" home directory somehow? For example to write to a pipe?
History
Date User Action Args
2015-10-26 18:13:11jaystrictsetrecipients: + jaystrict, r.david.murray
2015-10-26 18:13:11jaystrictsetmessageid: <1445883190.98.0.862389642522.issue25481@psf.upfronthosting.co.za>
2015-10-26 18:13:10jaystrictlinkissue25481 messages
2015-10-26 18:13:10jaystrictcreate