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 vstinner
Recipients pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2017-04-19.22:11:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492639880.48.0.675304833844.issue30030@psf.upfronthosting.co.za>
In-reply-to
Content
> Remoe _get_candidate_names() and the global _name_sequence

I understood the rationale behind _get_candidate_names() is to prevent generating the same name when _RandomNameSequence() uses random.Random. Since my change uses random.SystemRandom, I consider that it's now ok to create multiple generators in paralle. Is that rationale correct?
History
Date User Action Args
2017-04-19 22:11:20vstinnersetrecipients: + vstinner, rhettinger, pitrou, serhiy.storchaka
2017-04-19 22:11:20vstinnersetmessageid: <1492639880.48.0.675304833844.issue30030@psf.upfronthosting.co.za>
2017-04-19 22:11:20vstinnerlinkissue30030 messages
2017-04-19 22:11:20vstinnercreate