[issue19293] test_asyncio failures on AIX

Guido van Rossum report at bugs.python.org
Sat Oct 19 18:18:25 CEST 2013


Guido van Rossum added the comment:

Thanks for the investigation and the patch.

As to the deeper issue, I'm not sure I understand what's going on -- is this a bug in Python or in AIX?  Is there a better work-around than disabling the test?  The issue 18238 that you mention seems to be closed by disabling tests too, but that seems unsatisfactory.

Is the real issue that select() and poll() on AIX cannot be interrupted by signals?  That sounds really sad.

----------

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


More information about the Python-bugs-list mailing list