Jack Diederich <jackd...@gmail.com> added the comment: Could you try increasing self.blocking_timeout (in the _setUp function) to something greater than 0.0 (like 0.1) and see if that works? I picked a constant that was as small as Worked For Me to keep the total test time as short as possible.
Unfortunately select() is called in the guts of Telnet so slipping in a mock object is difficult. I could also add more synchronization primitives but that is also icky. Hopefully just upping the constant a little does the trick. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5696> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com