[issue16264] test_logging failure on Windows 7 buildbot

Antoine Pitrou report at bugs.python.org
Sun Oct 21 17:28:56 CEST 2012


Antoine Pitrou added the comment:

Looks ok now. It's a timing glitch because both SocketHandler's built-in timeout and its default retry delay are one second, so when connect times out once the next retry time is a bit behind time.time().

(note: SocketHandler's implementation looks grotesque. Enough said).

----------
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list