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-08.21:21:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386537703.31.0.272825907102.issue19876@psf.upfronthosting.co.za>
In-reply-to
Content
Then here's a hopeful fix for the Windows situation that relies on the socketpair() operation reusing FDs from the lowest value. I'm adding asserts to check that this is actually the case. (These are actual assert statements to indicate that they are verifying an assumption internal to the test, not verifying the functionality under test.)

I'll test it when I next get near a Windows box (Monday in the office) -- or someone else with Windows access can let me know.
History
Date User Action Args
2013-12-08 21:21:43gvanrossumsetrecipients: + gvanrossum, vstinner, neologix, docs@python, python-dev
2013-12-08 21:21:43gvanrossumsetmessageid: <1386537703.31.0.272825907102.issue19876@psf.upfronthosting.co.za>
2013-12-08 21:21:43gvanrossumlinkissue19876 messages
2013-12-08 21:21:42gvanrossumcreate