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 benjamin.peterson
Recipients Arfrever, amaury.forgeotdarc, benjamin.peterson, georg.brandl, vinay.sajip
Date 2011-06-19.22:10:16
SpamBayes Score 3.7246416e-05
Marked as misclassified No
Message-id <1308521417.57.0.56329397885.issue12291@psf.upfronthosting.co.za>
In-reply-to
Content
I think you're right about playing with the bare fd being too fragile. I think a simpler solution is to read say 1024 bytes at a time and buffer it internally.
History
Date User Action Args
2011-06-19 22:10:17benjamin.petersonsetrecipients: + benjamin.peterson, georg.brandl, vinay.sajip, amaury.forgeotdarc, Arfrever
2011-06-19 22:10:17benjamin.petersonsetmessageid: <1308521417.57.0.56329397885.issue12291@psf.upfronthosting.co.za>
2011-06-19 22:10:17benjamin.petersonlinkissue12291 messages
2011-06-19 22:10:16benjamin.petersoncreate