[issue17064] Fix sporadic buildbot failures for test_mailbox

Jeremy Kloth report at bugs.python.org
Mon Jan 28 19:00:24 CET 2013


Jeremy Kloth added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17064>
_______________________________________


More information about the Python-bugs-list mailing list