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, db3l, gvanrossum, larry, ncoghlan, neologix, pitrou, python-dev, skrah
Date 2013-10-20.13:44:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382276660.19.0.163902926817.issue19293@psf.upfronthosting.co.za>
In-reply-to
Content
> To test this theory, it should be sufficient to comment out
> self._loop.add_reader(self._fileno, self._read_ready)

When I comment out this line, test_subprocess_interactive succeeds on AIX.
History
Date User Action Args
2013-10-20 13:44:20David.Edelsohnsetrecipients: + David.Edelsohn, gvanrossum, db3l, ncoghlan, pitrou, larry, skrah, neologix, python-dev
2013-10-20 13:44:20David.Edelsohnsetmessageid: <1382276660.19.0.163902926817.issue19293@psf.upfronthosting.co.za>
2013-10-20 13:44:20David.Edelsohnlinkissue19293 messages
2013-10-20 13:44:20David.Edelsohncreate