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 pitrou
Recipients amaury.forgeotdarc, pitrou, santoso.wijaya, socketpair, vstinner
Date 2011-11-01.12:12:35
SpamBayes Score 0.2535336
Marked as misclassified No
Message-id <1320149556.55.0.578691892106.issue12939@psf.upfronthosting.co.za>
In-reply-to
Content
Instead of rewriting your own RawIO implementation, why not use _open_osfhandle?
This should be simple now with the "opener" argument.
http://msdn.microsoft.com/en-us/library/bdts1c9x.aspx
History
Date User Action Args
2011-11-01 12:12:36pitrousetrecipients: + pitrou, amaury.forgeotdarc, vstinner, santoso.wijaya, socketpair
2011-11-01 12:12:36pitrousetmessageid: <1320149556.55.0.578691892106.issue12939@psf.upfronthosting.co.za>
2011-11-01 12:12:35pitroulinkissue12939 messages
2011-11-01 12:12:35pitroucreate