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 serhiy.storchaka
Recipients pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2017-04-19.22:15:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492640153.58.0.22922001143.issue30030@psf.upfronthosting.co.za>
In-reply-to
Content
test_threadedtempfile passed on Linux, but randomly failed on Windows. :( And _RandomNameSequence is used not only in tempfile.

I suggest to wait until add a wrapper that makes generators thread-safe. Since it added we could restore the generator implementation of _RandomNameSequence.
History
Date User Action Args
2017-04-19 22:15:53serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, vstinner
2017-04-19 22:15:53serhiy.storchakasetmessageid: <1492640153.58.0.22922001143.issue30030@psf.upfronthosting.co.za>
2017-04-19 22:15:53serhiy.storchakalinkissue30030 messages
2017-04-19 22:15:53serhiy.storchakacreate