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 neologix
Recipients alex, christian.heimes, dstufft, hynek, jcea, neologix, pitrou, tarek, vstinner
Date 2013-08-16.17:29:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM313AZs-o=Xm6J_mxo1MRqEdo7iA8N2FWXkv0Zuzg4QfA@mail.gmail.com>
In-reply-to <1376672794.42.0.541120988211.issue18756@psf.upfronthosting.co.za>
Content
> Attaching a patch to make error reporting better.

Why didn't you include ENODEV?
Apparently it can be reported in some corner cases, e.g. in this patch:
http://lfs-matrix.net/patches/downloads/linux/linux-2.6.14.2-pseudo_random-1.patch

Otherwise, wouldn't self.addCleanup be simpler than the large
try/finally block in the test (but it's not available on 2.7)?
History
Date User Action Args
2013-08-16 17:29:08neologixsetrecipients: + neologix, jcea, pitrou, vstinner, christian.heimes, tarek, alex, hynek, dstufft
2013-08-16 17:29:08neologixlinkissue18756 messages
2013-08-16 17:29:08neologixcreate