[issue19293] test_asyncio hanging for 1 hour

STINNER Victor report at bugs.python.org
Mon Oct 21 10:09:05 CEST 2013


STINNER Victor added the comment:

2013/10/21 David Edelsohn <report at bugs.python.org>:
>> I added many tests when I added this feature to Python: see test_signal.py. By the way, it uses select.select() :-) Does test_signal pass successfully on AIX?
>
> @haypo: test_signal skips some tests on AIX.  See Issue #18238 .

Ah yes, the test on select+signal is skipped, but the basic feature
(writing a signal number in a pipe using wakeup fd) works on AIX.

----------

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


More information about the Python-bugs-list mailing list