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 bkabrda, neologix, njs, vstinner
Date 2017-03-22.01:10:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYowBseYN7h3e46zLR2g+x7HPiuutDMVMUGL_BySu1Cdw@mail.gmail.com>
In-reply-to <1490144105.18.0.238908309618.issue21895@psf.upfronthosting.co.za>
Content
2017-03-22 1:55 GMT+01:00 Nathaniel Smith <report@bugs.python.org>:
> + for some reason set_wakeup_fd doesn't work for me on Windows (no idea why, can't reproduce in simplified tests, might be my fault, need to debug),

I modified signal.set_wakeup_fd() to accept a socket handle on
Windows. Are you using socket.socketpair() on Windows? Or do you pass
a pipe?
History
Date User Action Args
2017-03-22 01:10:04vstinnersetrecipients: + vstinner, njs, neologix, bkabrda
2017-03-22 01:10:04vstinnerlinkissue21895 messages
2017-03-22 01:10:03vstinnercreate