[issue20455] test_asyncio hangs on Windows

2014-02-02 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue20455] test_asyncio hangs on Windows

2014-01-31 Thread STINNER Victor
STINNER Victor added the comment: (I removed the message msg209795 because the commits are related to #20452, not to this issue.) -- ___ Python tracker ___ _

[issue20455] test_asyncio hangs on Windows

2014-01-31 Thread STINNER Victor
Changes by STINNER Victor : -- Removed message: http://bugs.python.org/msg209795 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue20455] test_asyncio hangs on Windows

2014-01-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8fc69d43bc49 by Victor Stinner in branch 'default': Issue #20455: math.ceil() returns an int in Python 3, no need to cast the http://hg.python.org/cpython/rev/8fc69d43bc49 New changeset 3f54bc5392c3 by Victor Stinner in branch 'default': Issue #2045

[issue20455] test_asyncio hangs on Windows

2014-01-31 Thread STINNER Victor
STINNER Victor added the comment: I commited my patch before a review (even if Guido already wrote me that the approach is correct) because I wanted to unblock Windows buildbots (which were all red). Please review http://hg.python.org/cpython/rev/4c496d53b1e1 -- _

[issue20455] test_asyncio hangs on Windows

2014-01-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4c496d53b1e1 by Victor Stinner in branch 'default': Issue #20455: asyncio: write a new write pipe transport class for proactor (on http://hg.python.org/cpython/rev/4c496d53b1e1 -- nosy: +python-dev ___ Py

[issue20455] test_asyncio hangs on Windows

2014-01-31 Thread STINNER Victor
New submission from STINNER Victor: It's probably a regression caused by my changeset 73dbb884eb09 which fixed a bug (issue #20449). Related Tulip issue: http://code.google.com/p/tulip/issues/detail?id=121 -- messages: 209783 nosy: gvanrossum, haypo, sbt priority: normal severity: norm