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:06:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386536808.1.0.522639690707.issue19876@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think we should be more selective about the errno values, the try block is narrow enough (just one syscall) and we really don't know what the kernel will do on different platforms.  And what would we do about it anyway?

I will look into the Windows problem, but I suspect the best we can do there is skip the test.
History
Date User Action Args
2013-12-08 21:06:48gvanrossumsetrecipients: + gvanrossum, vstinner, neologix, docs@python, python-dev
2013-12-08 21:06:48gvanrossumsetmessageid: <1386536808.1.0.522639690707.issue19876@psf.upfronthosting.co.za>
2013-12-08 21:06:48gvanrossumlinkissue19876 messages
2013-12-08 21:06:47gvanrossumcreate