This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author David.Edelsohn
Recipients David.Edelsohn, gvanrossum
Date 2013-10-19.15:40:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382197245.9.0.995340218897.issue19293@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-19 15:40:45David.Edelsohnsetrecipients: + David.Edelsohn, gvanrossum
2013-10-19 15:40:45David.Edelsohnsetmessageid: <1382197245.9.0.995340218897.issue19293@psf.upfronthosting.co.za>
2013-10-19 15:40:45David.Edelsohnlinkissue19293 messages
2013-10-19 15:40:45David.Edelsohncreate