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 josh.r
Recipients asvetlov, christian.heimes, giampaolo.rodola, josh.r, neologix, pitrou, rosslagerwall
Date 2014-04-21.22:46:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398120393.93.0.485171693309.issue17552@psf.upfronthosting.co.za>
In-reply-to
Content
For TransmitFile support, the Windows function to turn an integer file descriptor into a WinAPI file HANDLE should be _get_osfhandle: http://msdn.microsoft.com/en-us/library/ks2530z6.aspx
History
Date User Action Args
2014-04-21 22:46:33josh.rsetrecipients: + josh.r, pitrou, giampaolo.rodola, christian.heimes, asvetlov, neologix, rosslagerwall
2014-04-21 22:46:33josh.rsetmessageid: <1398120393.93.0.485171693309.issue17552@psf.upfronthosting.co.za>
2014-04-21 22:46:33josh.rlinkissue17552 messages
2014-04-21 22:46:33josh.rcreate