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 janglin
Recipients amaury.forgeotdarc, janglin, loewis, pitrou
Date 2010-09-25.12:53:52
SpamBayes Score 1.946863e-06
Marked as misclassified No
Message-id <1285419235.07.0.691501762457.issue9784@psf.upfronthosting.co.za>
In-reply-to
Content
> I have the long-term plan to eliminate all CRT usage from Python
> on Windows. In this case, there is a straight-forward opportunity
> to do so.

Oh, OK. If that is the plan then I am on board. I will re-code the patch using the Win32 API directly.

>> It may interest you to know that _open calls CreateFile internally,
> I'm fully aware of that.

I meant no disrespect, I just didn't know if you were a "Windows" guy. If you asked me what system call _open (or others) calls on Linux or Mac, I would have no clue.
History
Date User Action Args
2010-09-25 12:53:55janglinsetrecipients: + janglin, loewis, amaury.forgeotdarc, pitrou
2010-09-25 12:53:55janglinsetmessageid: <1285419235.07.0.691501762457.issue9784@psf.upfronthosting.co.za>
2010-09-25 12:53:53janglinlinkissue9784 messages
2010-09-25 12:53:52janglincreate