David Edelsohn added the comment:

Commenting out poll in selectors.py does not help.

AIX has its own epoll/kqueue efficient I/O event polling feature "pollset", 
which I will open as a separate enhancement request issue.

Some of the subprocess tests in test_asyncio/test_events.py related to signals 
are hanging on AIX: test_subprocess_interactive, test_subprocess_kill and 
test_subprocess_send_signal all hang. This probably is related to Issue #18238 
and the tests skipped in test_signal.py.

The attached patch skips those tests on AIX.

----------
components: +Tests
keywords: +patch
Added file: http://bugs.python.org/file32225/issue19293.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19293>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to