summaryrefslogtreecommitdiffstats
path: root/Python/strerror.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-01-30 07:47:51 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-01-30 07:47:51 (GMT)
commitc7349ee2c6863263eef4d48ee19f741e6d2244be (patch)
tree7ed263adb4db15608ccdb543dd5569940f3ce742 /Python/strerror.c
parentd9fbf353a19d058dcb0170174115fc488d9fe37d (diff)
downloadcpython-c7349ee2c6863263eef4d48ee19f741e6d2244be.zip
cpython-c7349ee2c6863263eef4d48ee19f741e6d2244be.tar.gz
cpython-c7349ee2c6863263eef4d48ee19f741e6d2244be.tar.bz2
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 'Python/strerror.c')
0 files changed, 0 insertions, 0 deletions