Message200426
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. |
|
Date |
User |
Action |
Args |
2013-10-19 15:40:45 | David.Edelsohn | set | recipients:
+ David.Edelsohn, gvanrossum |
2013-10-19 15:40:45 | David.Edelsohn | set | messageid: <1382197245.9.0.995340218897.issue19293@psf.upfronthosting.co.za> |
2013-10-19 15:40:45 | David.Edelsohn | link | issue19293 messages |
2013-10-19 15:40:45 | David.Edelsohn | create | |
|