[issue19891] Exiting Python REPL prompt with user without home directory throws error in atexit._run_exitfuncs

Antoine Pitrou report at bugs.python.org
Fri Dec 6 14:56:12 CET 2013


Antoine Pitrou added the comment:

The main question here is whether "interactive user without a home directory" is a valid / common use case. I think silencing the FileNotFoundError would be ok.

(however, the "home directory with wrong permissions" case sounds crazy)

----------
priority: normal -> low
versions: +Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19891>
_______________________________________


More information about the Python-bugs-list mailing list