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 brett.cannon
Recipients brett.cannon, brian.curtin, pitrou, python-dev, r.david.murray, skrah
Date 2012-06-11.15:05:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339427154.23.0.763321421748.issue14599@psf.upfronthosting.co.za>
In-reply-to
Content
If you look at line 127 in importlib/_bootstrap.py you will see that it is an os.open() call to open the bytecode file for exclusive writing. I'm willing to bet the buildbot didn't have the directory writable or something and that triggered the issue. Regardless, this has nothing to do with the finder's cache.

Antoine might have a little more insight since he wrote the atomic code initially. If not then this issue should be closed.
History
Date User Action Args
2012-06-11 15:05:54brett.cannonsetrecipients: + brett.cannon, pitrou, r.david.murray, brian.curtin, skrah, python-dev
2012-06-11 15:05:54brett.cannonsetmessageid: <1339427154.23.0.763321421748.issue14599@psf.upfronthosting.co.za>
2012-06-11 15:05:52brett.cannonlinkissue14599 messages
2012-06-11 15:05:50brett.cannoncreate