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 vstinner
Recipients amaury.forgeotdarc, ezio.melotti, pitrou, santoso.wijaya, sbt, socketpair, vstinner
Date 2013-01-07.16:01:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357574515.24.0.736417564507.issue12939@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, _get_osfhandle() was not mentionned in this issue. This function may be used to retrieve the internel file handle from a file descriptor.
http://msdn.microsoft.com/en-us/library/ks2530z6%28v=vs.100%29.aspx

There is also the opposite: _open_osfhandle(). This function may be used for fileno() method of the Windows implementation of FileIO.
http://msdn.microsoft.com/en-us/library/bdts1c9x%28v=vs.100%29.aspx
History
Date User Action Args
2013-01-07 16:01:55vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, ezio.melotti, santoso.wijaya, socketpair, sbt
2013-01-07 16:01:55vstinnersetmessageid: <1357574515.24.0.736417564507.issue12939@psf.upfronthosting.co.za>
2013-01-07 16:01:55vstinnerlinkissue12939 messages
2013-01-07 16:01:55vstinnercreate