[issue11677] make test has horrendous performance on an ecryptfs

Nick Coghlan report at bugs.python.org
Wed Mar 30 04:08:45 CEST 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

To control where mkdtemp() puts files, you could just use the "dir" argument (and you can use tempfile.gettempdir() beforehand if you want that location to be inside the normal temp directory)

----------

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


More information about the Python-bugs-list mailing list