[issue12939] Add new io.FileIO using the native Windows API

Antoine Pitrou report at bugs.python.org
Tue Nov 1 17:33:09 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> 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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12939>
_______________________________________


More information about the Python-bugs-list mailing list