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 neologix
Recipients brett.cannon, neologix, pitrou, vstinner
Date 2011-10-31.16:51:20
SpamBayes Score 5.3262065e-06
Marked as misclassified No
Message-id <1320079881.87.0.454279355141.issue13303@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch using pseudo-random filenames.
I used id(path) to generate a random name: it's faster than getpid(), and doesn't pollute strace's output (I'm one of strace's biggest fan :-).
History
Date User Action Args
2011-10-31 16:51:21neologixsetrecipients: + neologix, brett.cannon, pitrou, vstinner
2011-10-31 16:51:21neologixsetmessageid: <1320079881.87.0.454279355141.issue13303@psf.upfronthosting.co.za>
2011-10-31 16:51:21neologixlinkissue13303 messages
2011-10-31 16:51:21neologixcreate