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 jkloth
Recipients brian.curtin, chris.jerdonek, jeremy.kloth, jkloth, loewis, ncoghlan, pitrou, tim.golden
Date 2012-08-04.21:15:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344114954.21.0.172323952284.issue15496@psf.upfronthosting.co.za>
In-reply-to
Content
I've updated the comment in the patch to reflect Martin's concern.

Martin is partially correct in that the handle opened in the stat() call will not prolong the pending status.  It is due to the fact that it does not open the handle with any sharing mode set, thus effectively blocking any other process from grabbing another handle to the file while the stat function has its handle open.
History
Date User Action Args
2012-08-04 21:15:54jklothsetrecipients: + jkloth, loewis, ncoghlan, pitrou, tim.golden, brian.curtin, jeremy.kloth, chris.jerdonek
2012-08-04 21:15:54jklothsetmessageid: <1344114954.21.0.172323952284.issue15496@psf.upfronthosting.co.za>
2012-08-04 21:15:53jklothlinkissue15496 messages
2012-08-04 21:15:53jklothcreate