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 ejo
Recipients ejo, pitrou, r.david.murray, vajrasky
Date 2014-05-13.23:06:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400022367.7.0.243952807978.issue19891@psf.upfronthosting.co.za>
In-reply-to
Content
I'm getting the same PermissionError 13:

Error in atexit._run_exitfuncs:
PermissionError: [Errno 13] Permission denied

My case is: I'm running Python 3.4.0 as a non-root user in a docker.io container built on ubuntu 14.04.  This user was created during the creation (Dockerfile) of the container.  The user has a home directory and that directory appears to have the usual/proper permissions.  When I exit the python3 REPL I get this error even if all I did was start python3 from the command line and then immediately exit.

So maybe the cause is other, or more subtle, than just a user with no home dir or home dir with unusual perms?
History
Date User Action Args
2014-05-13 23:06:07ejosetrecipients: + ejo, pitrou, r.david.murray, vajrasky
2014-05-13 23:06:07ejosetmessageid: <1400022367.7.0.243952807978.issue19891@psf.upfronthosting.co.za>
2014-05-13 23:06:07ejolinkissue19891 messages
2014-05-13 23:06:07ejocreate