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 gvanrossum
Recipients docs@python, gvanrossum, neologix, python-dev, vstinner
Date 2013-12-09.18:22:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386613366.73.0.848067929507.issue19876@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-12-09 18:22:46gvanrossumsetrecipients: + gvanrossum, vstinner, neologix, docs@python, python-dev
2013-12-09 18:22:46gvanrossumsetmessageid: <1386613366.73.0.848067929507.issue19876@psf.upfronthosting.co.za>
2013-12-09 18:22:46gvanrossumlinkissue19876 messages
2013-12-09 18:22:46gvanrossumcreate