STINNER Victor added the comment: > In Python 3 the test was failed if decrease the sleep time in _wait() to > 0.001. Patched test no longer fail for any small sleep intervals.
I used sleep(1e-9), 1 nanosecond, for my tests :-) I confirm that I'm unable to reproduce the bug on 2.7 and master branches anymore. Well done Serhiy! ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30727> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com