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 sbt
Recipients loewis, ned.deily, petri.lehtinen, python-dev, sbt, trent
Date 2012-08-31.15:40:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346427605.61.0.787272441875.issue15819@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-08-31 15:40:05sbtsetrecipients: + sbt, loewis, ned.deily, trent, python-dev, petri.lehtinen
2012-08-31 15:40:05sbtsetmessageid: <1346427605.61.0.787272441875.issue15819@psf.upfronthosting.co.za>
2012-08-31 15:40:05sbtlinkissue15819 messages
2012-08-31 15:40:04sbtcreate