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 vstinner
Recipients brett.cannon, ncoghlan, pitrou, r.david.murray, vstinner
Date 2011-10-11.21:43:35
SpamBayes Score 0.0016184817
Marked as misclassified No
Message-id <1318369415.68.0.31169456192.issue13146@psf.upfronthosting.co.za>
In-reply-to
Content
So if a process replaces the PYC file whereas another is reading the PYC, the reader may read corrupted data? The ideal fix is maybe to use a file lock?
History
Date User Action Args
2011-10-11 21:43:35vstinnersetrecipients: + vstinner, brett.cannon, ncoghlan, pitrou, r.david.murray
2011-10-11 21:43:35vstinnersetmessageid: <1318369415.68.0.31169456192.issue13146@psf.upfronthosting.co.za>
2011-10-11 21:43:35vstinnerlinkissue13146 messages
2011-10-11 21:43:35vstinnercreate