[issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows

Richard Oudkerk report at bugs.python.org
Tue Jul 3 21:22:32 CEST 2012


Richard Oudkerk <shibturn at gmail.com> added the comment:

I have opened Issue #15244 with a patch to add a share module to the stdlib.

After monkey patching builtins.open(), io.open() and os.open() to be equivalents using FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE, the regression test suite still runs successfully.

----------

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


More information about the Python-bugs-list mailing list