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 socketpair
Recipients amaury.forgeotdarc, pitrou, santoso.wijaya, socketpair, vstinner
Date 2011-11-01.16:25:59
SpamBayes Score 1.0165954e-08
Marked as misclassified No
Message-id <1320164760.16.0.929559034037.issue12939@psf.upfronthosting.co.za>
In-reply-to
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...

For example, in Python3, open() implemented using open() and not using fopen(). Why we should use another wrapper on Windows platform?
History
Date User Action Args
2011-11-01 16:26:00socketpairsetrecipients: + socketpair, amaury.forgeotdarc, pitrou, vstinner, santoso.wijaya
2011-11-01 16:26:00socketpairsetmessageid: <1320164760.16.0.929559034037.issue12939@psf.upfronthosting.co.za>
2011-11-01 16:25:59socketpairlinkissue12939 messages
2011-11-01 16:25:59socketpaircreate