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 gvanrossum, loewis, neologix, pitrou, python-dev, vstinner, yselivanov
Date 2014-07-27.13:44:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406468663.12.0.928469509768.issue22018@psf.upfronthosting.co.za>
In-reply-to
Content
New version 9 of my patch:

- signal.set_wakeup_fd() now also supports socket handles on Windows

(That's all: files are still supported on Windows.)
History
Date User Action Args
2014-07-27 13:44:23vstinnersetrecipients: + vstinner, gvanrossum, loewis, pitrou, neologix, python-dev, yselivanov
2014-07-27 13:44:23vstinnersetmessageid: <1406468663.12.0.928469509768.issue22018@psf.upfronthosting.co.za>
2014-07-27 13:44:23vstinnerlinkissue22018 messages
2014-07-27 13:44:21vstinnercreate