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, vstinner, yselivanov
Date 2014-07-20.19:49:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405885774.84.0.944965146098.issue22018@psf.upfronthosting.co.za>
In-reply-to
Content
I tested manually test_signal.test_socket() on Windows 7: the test pass.

The test is currently skipped on Windows because the whole TestCase is skipped. Moreover, there is no socket.socketpair() function on Windows. For the manual test, I used asyncio.windows_utils.socketpair(). I prefer to not make test_signal depends on the asyncio module.
History
Date User Action Args
2014-07-20 19:49:34vstinnersetrecipients: + vstinner, gvanrossum, loewis, pitrou, neologix, yselivanov
2014-07-20 19:49:34vstinnersetmessageid: <1405885774.84.0.944965146098.issue22018@psf.upfronthosting.co.za>
2014-07-20 19:49:34vstinnerlinkissue22018 messages
2014-07-20 19:49:34vstinnercreate