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 kristjan.jonsson
Recipients amaury.forgeotdarc, kristjan.jonsson, loewis, mhammond
Date 2009-04-01.14:00:33
SpamBayes Score 0.007129516
Marked as misclassified No
Message-id <1238594436.17.0.947039712925.issue5623@psf.upfronthosting.co.za>
In-reply-to
Content
Wow, clever use of _msize(), I hadn't thought of that.  This is a much 
cleaner approach then the original and likely to be more robust.
There is one problem though:
Under VS2008 (and probably 2005), _get_osfhandle(fd) on an invalid fd 
will cause the assert that we are trying to avoid!  Please do this only 
if you deem the fd to be "valid".
If you fix this, it has my vote.
History
Date User Action Args
2009-04-01 14:00:36kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, mhammond, amaury.forgeotdarc
2009-04-01 14:00:36kristjan.jonssonsetmessageid: <1238594436.17.0.947039712925.issue5623@psf.upfronthosting.co.za>
2009-04-01 14:00:34kristjan.jonssonlinkissue5623 messages
2009-04-01 14:00:33kristjan.jonssoncreate