diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-01-30 07:47:51 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-01-30 07:47:51 +0000 |
commit | c7349ee2c6863263eef4d48ee19f741e6d2244be (patch) | |
tree | 7ed263adb4db15608ccdb543dd5569940f3ce742 /Lib/string.py | |
parent | d9fbf353a19d058dcb0170174115fc488d9fe37d (diff) | |
download | cpython-git-c7349ee2c6863263eef4d48ee19f741e6d2244be.tar.gz |
New TemporaryFile implementation for Windows: this doesn't need a
TemproraryFileWrapper wrapper anymore, and should be immune from the
problem that a temp file inherited by a spawned process caused an
attempt to close the temp file in the spawning process to blow
up (the unlink in TemporaryFileWrapper.close() blew up with a
"Permission denied" error because, despite that the temp file got
closed in the spawning process, the spawned process still had it open
by virtue of C-level file descriptor inheritance). In context,
that bug took days to figure out <wink/sigh>.
Diffstat (limited to 'Lib/string.py')
0 files changed, 0 insertions, 0 deletions