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 gvanrossum
Recipients David.Edelsohn, db3l, gvanrossum, larry, ncoghlan, neologix, pitrou, python-dev, sbt, skrah, tim.peters, vstinner
Date 2013-10-21.14:50:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382367052.55.0.2690373795.issue19293@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I've created issue 19334 to track test_asyncio hangs on other platforms. Let's please keep this issue restricted to AIX. I am aware of the following issue:

- select for read on the write end of a pipe returns immediately

Any other AIX issues also please open separate issues (and assign to me to get my immediate attention).

I wonder if we can at least dynamically detect that this does not work in the _read_ready() handler or even in the setup? ISTM that reading from the write end should immediately fail with EBADF. (It does on my system, but I don't want to generalize. :-)
History
Date User Action Args
2013-10-21 14:50:52gvanrossumsetrecipients: + gvanrossum, tim.peters, db3l, ncoghlan, pitrou, vstinner, larry, skrah, neologix, python-dev, sbt, David.Edelsohn
2013-10-21 14:50:52gvanrossumsetmessageid: <1382367052.55.0.2690373795.issue19293@psf.upfronthosting.co.za>
2013-10-21 14:50:52gvanrossumlinkissue19293 messages
2013-10-21 14:50:52gvanrossumcreate