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 njs
Recipients bkabrda, neologix, njs, vstinner
Date 2017-03-22.01:43:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490147007.53.0.969760521687.issue21895@psf.upfronthosting.co.za>
In-reply-to
Content
@haypo: It's a socketpair. It works fine when I set up a toy test case using set_wakeup_fd + select, and it works fine in my real code when I use CFFI cleverness to register a signal handler that manually writes a byte to my wakeup socket, but when I pass that exact same socket to set_wakeup_fd in my real code, it doesn't work. It's pretty mysterious, and I have no particular reason to think that the problem is in CPython as opposed to some stupid mistake I'm making.
History
Date User Action Args
2017-03-22 01:43:27njssetrecipients: + njs, vstinner, neologix, bkabrda
2017-03-22 01:43:27njssetmessageid: <1490147007.53.0.969760521687.issue21895@psf.upfronthosting.co.za>
2017-03-22 01:43:27njslinkissue21895 messages
2017-03-22 01:43:27njscreate