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 jkloth, r.david.murray
Date 2013-01-28.18:00:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359396024.88.0.151688960702.issue17064@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, the support functions (as of 3.3) attempt to work around the access errors.  They attempt to wait (to a point) for a successful operation before returning to the caller.  See issue15496 for details.

It is usually the case that the previous operation has not yet finished as to the cause of the access error.
History
Date User Action Args
2013-01-28 18:00:24jklothsetrecipients: + jkloth, r.david.murray
2013-01-28 18:00:24jklothsetmessageid: <1359396024.88.0.151688960702.issue17064@psf.upfronthosting.co.za>
2013-01-28 18:00:24jklothlinkissue17064 messages
2013-01-28 18:00:24jklothcreate