[issue15833] most failures to write byte-compiled file no longer suppressed

Brett Cannon report at bugs.python.org
Sat Sep 1 00:40:04 CEST 2012


Brett Cannon added the comment:

So it might be a change, but I don't know if I would claim it is a regression that needs changing. If you can't write bytecode files for some reason other than permissions or the file already exists then there is something wrong with your setup that you might not be expecting.

I don't know what this EIO error code is, but it sounds non-standard for the situation and thus not something we should blindly be ignoring.

----------

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


More information about the Python-bugs-list mailing list