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 rhettinger
Recipients mark.dickinson, rhettinger, serhiy.storchaka
Date 2021-05-30.06:41:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622356911.76.0.857305305906.issue44260@roundup.psfhosted.org>
In-reply-to
Content
Consider moving seeding from _random.Random.__new__ to _random.Random.__init__.  Since random.Random.__init__ doesn't call the super(), the C version never gets called, avoiding the double seeding.   But, it still lets _random.Random function as a standalone class.
History
Date User Action Args
2021-05-30 06:41:51rhettingersetrecipients: + rhettinger, mark.dickinson, serhiy.storchaka
2021-05-30 06:41:51rhettingersetmessageid: <1622356911.76.0.857305305906.issue44260@roundup.psfhosted.org>
2021-05-30 06:41:51rhettingerlinkissue44260 messages
2021-05-30 06:41:51rhettingercreate