[issue9557] test_mailbox failure under a Windows VM

R. David Murray report at bugs.python.org
Fri Mar 25 17:30:42 CET 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

That could be, certainly.  The code is depending on the mtime having a resolution of at least one second.  Try making the constant 61 instead of 60.  If that doesn't work, try putting the mtime back a lot farther and see if that makes it work  If it passes with that change then it could be the assumptions made by the code are also incorrect.

----------

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


More information about the Python-bugs-list mailing list