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, koobs, larry, ncoghlan, neologix, pitrou, python-dev, sbt, skrah, vstinner
Date 2013-11-20.01:23:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384910589.56.0.035512852914.issue19652@psf.upfronthosting.co.za>
In-reply-to
Content
> I cannot help you unless you tell me which specific test is failing.

Oh, I didn't notice that test_subprocess_send_signal() is part of a mixin: SubprocessTestsMixin. Configure output:

checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking sys/epoll.h usability... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for broken poll()... no
checking for kqueue... yes

I don't know which selector was used: select, poll or maybe kqueue?
History
Date User Action Args
2013-11-20 01:23:09vstinnersetrecipients: + vstinner, gvanrossum, db3l, ncoghlan, pitrou, larry, skrah, neologix, python-dev, sbt, koobs, David.Edelsohn
2013-11-20 01:23:09vstinnersetmessageid: <1384910589.56.0.035512852914.issue19652@psf.upfronthosting.co.za>
2013-11-20 01:23:09vstinnerlinkissue19652 messages
2013-11-20 01:23:08vstinnercreate