Guido van Rossum added the comment:

Sadly, the optimistic code doesn't work on Windows.  I think it may be because 
the socketpair() helper at the top of test_selectors.py uses an extra socket 
('l') and the handles just don't match up (I get a failure on assert 
wr2.fileno() == w).  So I propose to stick with the current solution of 
skipping the test on Windows.

I'll close this bug in 24 hours unless I get a response sooner.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19876>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to