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 mark.dickinson, rhettinger, serhiy.storchaka
Date 2021-05-28.14:27:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622212048.99.0.121842396012.issue44260@roundup.psfhosted.org>
In-reply-to
Content
_Random.seed() is called twice: first it is called in _Random.__new__(), then it is called in Random.__init__(). By default it reads system enthropy, so it consumes global system resource without need.
History
Date User Action Args
2021-05-28 14:27:29serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, mark.dickinson
2021-05-28 14:27:28serhiy.storchakasetmessageid: <1622212048.99.0.121842396012.issue44260@roundup.psfhosted.org>
2021-05-28 14:27:28serhiy.storchakalinkissue44260 messages
2021-05-28 14:27:28serhiy.storchakacreate