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, vstinner
Date 2013-10-21.00:28:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382315317.42.0.404226334632.issue19293@psf.upfronthosting.co.za>
In-reply-to
Content
> Hm... Maybe the wakeup_fd machinery is broken on some systems?

Hey! 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?
History
Date User Action Args
2013-10-21 00:28:37vstinnersetrecipients: + vstinner, gvanrossum, db3l, ncoghlan, pitrou, larry, skrah, neologix, python-dev, sbt, David.Edelsohn
2013-10-21 00:28:37vstinnersetmessageid: <1382315317.42.0.404226334632.issue19293@psf.upfronthosting.co.za>
2013-10-21 00:28:37vstinnerlinkissue19293 messages
2013-10-21 00:28:36vstinnercreate