STINNER Victor <vstin...@python.org> added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40346>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to