Staging
v0.8.1
https://github.com/python/cpython
Revision 8f67c3e045f85782016e30b5950b271b27058ae4 authored by Thomas Heller on 22 December 2004, 15:35:20 UTC, committed by Thomas Heller on 22 December 2004, 15:35:20 UTC
Partial fix for [1067732] - "wininst --install-script leaves residual
files on C:\"

'tempnam()' is used rather than 'tmpnam()' - 'tmpnam' creates a temp
file on the root of the current drive, and if this is readonly
explains the 'freopen' errors occasionally reported. 'tempnam' creates
the temp file in the %TEMP% directory.
1 parent ed70c40
History
Tip revision: 8f67c3e045f85782016e30b5950b271b27058ae4 authored by Thomas Heller on 22 December 2004, 15:35:20 UTC
Backport a patch from Mark Hammond.
Tip revision: 8f67c3e
File Mode Size
WEObjectHandlers.c -rw-r--r-- 2.4 KB
WEObjectHandlers.h -rw-r--r-- 802 bytes
WETabHooks.c -rw-r--r-- 6.3 KB
WETabHooks.h -rw-r--r-- 792 bytes
WETabs.c -rw-r--r-- 2.4 KB
WETabs.h -rw-r--r-- 725 bytes
readme.txt -rw-r--r-- 602 bytes

readme.txt

back to top