[issue20455] test_asyncio hangs on Windows

2014-02-02 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20455
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: normal
status: open
title: test_asyncio hangs on Windows
versions: Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20455
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20455
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20455
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 #20455: asyncio: use the same code to round a timeout than the selectors
http://hg.python.org/cpython/rev/3f54bc5392c3

New changeset 55abd847c9f5 by Victor Stinner in branch 'default':
Issue #20455: Add a resolution attribute to IocpProactor (1 ms)
http://hg.python.org/cpython/rev/55abd847c9f5

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20455
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20455] test_asyncio hangs on Windows

2014-01-31 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
Removed message: http://bugs.python.org/msg209795

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20455
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue20455
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com