[issue12391] packaging install fails to clean up temp files

Éric Araujo report at bugs.python.org
Mon Jul 4 16:11:02 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

1: Agreed.

2 and 3: Alexis most probably added that behavior as a convenience.  Unless I’m mistaken, the point of $TMP/$TMPDIR is that the OS itself will clean it up, for example on shutdown, so programs that leave stuff here are not strictly wrong.  However, given the realities of Windows behavior (I recall seeing “temporary” directories with tons of stuff never cleaned up) and the low cost of a change (“It's not asking a lot to be given an explicit path to install to” +1), my opinion is that we should take your patch as it is.

----------
stage:  -> commit review

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


More information about the Python-bugs-list mailing list