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, sbt, skrah, tim.peters, vstinner
Date 2013-10-21.03:06:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382324765.21.0.728082147256.issue19293@psf.upfronthosting.co.za>
In-reply-to
Content
> I added many tests when I added this feature to Python: see test_signal.py. By the way, it uses select.select() :-) Does test_signal pass successfully on AIX?

@haypo: test_signal skips some tests on AIX.  See Issue #18238 .
History
Date User Action Args
2013-10-21 03:06:05David.Edelsohnsetrecipients: + David.Edelsohn, gvanrossum, tim.peters, db3l, ncoghlan, pitrou, vstinner, larry, skrah, neologix, python-dev, sbt
2013-10-21 03:06:05David.Edelsohnsetmessageid: <1382324765.21.0.728082147256.issue19293@psf.upfronthosting.co.za>
2013-10-21 03:06:05David.Edelsohnlinkissue19293 messages
2013-10-21 03:06:05David.Edelsohncreate