This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author markroseman
Recipients John Gray, asvetlov, cane, markroseman, ned.deily, roger.serwy, tealduck, terry.reedy
Date 2015-10-28.15:40:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446046822.99.0.410053610604.issue8231@psf.upfronthosting.co.za>
In-reply-to
Content
Checked on Linux and Mac - doesn't work correctly. mkdtemp() returns a different name every time it's called, and GetUserCfgDir() is called in three places, meaning we end up with three different tmp directories (which on quick examination didn't all get cleaned up at end).

I'd suggest changing it so that GetUserCfgDir() caches its result and returns the cached version on subsequent calls. Running out the door so don't have time to try this myself right now...
History
Date User Action Args
2015-10-28 15:40:23markrosemansetrecipients: + markroseman, terry.reedy, ned.deily, roger.serwy, asvetlov, cane, John Gray, tealduck
2015-10-28 15:40:22markrosemansetmessageid: <1446046822.99.0.410053610604.issue8231@psf.upfronthosting.co.za>
2015-10-28 15:40:22markrosemanlinkissue8231 messages
2015-10-28 15:40:22markrosemancreate