[issue19293] test_asyncio failures on AIX

Guido van Rossum report at bugs.python.org
Sat Oct 19 07:12:28 CEST 2013


Guido van Rossum added the comment:

Assuming it is, it is hanging in the poll() syscall, here:
http://hg.python.org/cpython/file/f3a2dab1623b/Lib/selectors.py#265

Could you see if it works better with select()? Comment out lines 402, 403 in that file.

----------

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


More information about the Python-bugs-list mailing list