Antoine Pitrou <pit...@free.fr> added the comment: > OTOH, if the proposal is merely to change the way the file is opened > on Windows so that it can be opened again without closing it first, > that sounds fine.
That would be my proposal. It probably needs getting rid of O_TEMPORARY, exposing CreateFile and _open_osfhandle, and using the FILE_SHARE_DELETE open mode. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14243> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com