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 mark.dickinson, pitrou, rhettinger, tim.peters, vstinner
Date 2020-04-20.23:31:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587425483.98.0.860084867155.issue40346@roundup.psfhosted.org>
In-reply-to
Content
Attached PR 19631 adds random.BaseRandom. random.SystemRandom now inherits from BaseRandom and so no longer inherits from _random.Random: an instance now only takes 48 bytes of memory, rather than 2568 bytes (on x86-64).
History
Date User Action Args
2020-04-20 23:31:24vstinnersetrecipients: + vstinner, tim.peters, rhettinger, mark.dickinson, pitrou
2020-04-20 23:31:23vstinnersetmessageid: <1587425483.98.0.860084867155.issue40346@roundup.psfhosted.org>
2020-04-20 23:31:23vstinnerlinkissue40346 messages
2020-04-20 23:31:23vstinnercreate