Message223533
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. |
|
| Date |
User |
Action |
Args |
| 2014-07-20 19:49:34 | vstinner | set | recipients:
+ vstinner, gvanrossum, loewis, pitrou, neologix, yselivanov |
| 2014-07-20 19:49:34 | vstinner | set | messageid: <[email protected]> |
| 2014-07-20 19:49:34 | vstinner | link | issue22018 messages |
| 2014-07-20 19:49:34 | vstinner | create | |
|