[issue15819] Unable to build Python out-of-tree when source tree is readonly.

Richard Oudkerk report at bugs.python.org
Fri Aug 31 17:40:05 CEST 2012


Richard Oudkerk added the comment:

It looks like the code which writes the byte-compiled codes checks for and ignores PermissionError (EACCES, EPERM) and FileExistsError (EEXIST).

However, for me it is EIO which is raised.

----------

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


More information about the Python-bugs-list mailing list