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.

作者 jkloth
收信人 brian.curtin, chris.jerdonek, jeremy.kloth, jkloth, loewis, ncoghlan, pitrou, tim.golden
日期 2012-08-04.21:15:53
SpamBayes Score -1.0
Marked as misclassified
Message-id <1344114954.21.0.172323952284.issue15496@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-08-04 21:15:54jkloth修改recipients: + jkloth, loewis, ncoghlan, pitrou, tim.golden, brian.curtin, jeremy.kloth, chris.jerdonek
2012-08-04 21:15:54jkloth修改messageid: <1344114954.21.0.172323952284.issue15496@psf.upfronthosting.co.za>
2012-08-04 21:15:53jkloth链接issue15496 messages
2012-08-04 21:15:53jkloth创建