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.16:33:08
SpamBayes Score 1.417208e-07
Marked as misclassified No
Message-id <1320164926.3355.0.camel@localhost.localdomain>
In-reply-to <1320164760.16.0.929559034037.issue12939@psf.upfronthosting.co.za>
Content
> why not use _open_osfhandle?
> 
> Because it is wrapper for other CRT functions for Windows, like
> close(). In other words it is an emulation. I think Python should not
> create wrapper around wrapper around wrapper...

Why do you think it makes a difference?
History
Date User Action Args
2011-11-01 16:33:09pitrousetrecipients: + pitrou, amaury.forgeotdarc, vstinner, santoso.wijaya, socketpair
2011-11-01 16:33:08pitroulinkissue12939 messages
2011-11-01 16:33:08pitroucreate