tempfile.tempdir & thread safe

Thomas Güttler guettler at thomas-guettler.de
Fri Jun 13 04:24:54 EDT 2003


Hi!

I want to give mktemp() a paramter where to 
create the directory. It seems that I can only
change this for the whole module.

But this means all other threads will use this directory, too.

Is there a way to give mktemp() the tempdir as argument?

 thomas




More information about the Python-list mailing list