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 vstinner
Recipients David.Edelsohn, db3l, gvanrossum, larry, ncoghlan, neologix, pitrou, python-dev, sbt, skrah, tim.peters, vstinner
Date 2013-10-21.08:09:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwY5qBeUZsC0Rg-dsNy9CYTODRK5oVFAH3GU-a_dQ-nHmw@mail.gmail.com>
In-reply-to <1382324765.21.0.728082147256.issue19293@psf.upfronthosting.co.za>
Content
2013/10/21 David Edelsohn <report@bugs.python.org>:
>> 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 .

Ah yes, the test on select+signal is skipped, but the basic feature
(writing a signal number in a pipe using wakeup fd) works on AIX.
History
Date User Action Args
2013-10-21 08:09:05vstinnersetrecipients: + vstinner, gvanrossum, tim.peters, db3l, ncoghlan, pitrou, larry, skrah, neologix, python-dev, sbt, David.Edelsohn
2013-10-21 08:09:05vstinnerlinkissue19293 messages
2013-10-21 08:09:05vstinnercreate