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 neologix
Recipients Vladimir.Ushakov, christian.heimes, neologix, vstinner
Date 2012-10-12.21:46:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350078367.04.0.11375281248.issue16212@psf.upfronthosting.co.za>
In-reply-to
Content
> You can use file locks to be protected against such race condition.
> See for example:

Those are advisory locks, not mandatory locks.
It's possible to do some mandatory locking on some systems, but on every file, and it's not portable.
History
Date User Action Args
2012-10-12 21:46:07neologixsetrecipients: + neologix, vstinner, christian.heimes, Vladimir.Ushakov
2012-10-12 21:46:07neologixsetmessageid: <1350078367.04.0.11375281248.issue16212@psf.upfronthosting.co.za>
2012-10-12 21:46:07neologixlinkissue16212 messages
2012-10-12 21:46:06neologixcreate