Message366902
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). |
|
| Date |
User |
Action |
Args |
| 2020-04-20 23:31:24 | vstinner | set | recipients:
+ vstinner, tim.peters, rhettinger, mark.dickinson, pitrou |
| 2020-04-20 23:31:23 | vstinner | set | messageid: <[email protected]> |
| 2020-04-20 23:31:23 | vstinner | link | issue40346 messages |
| 2020-04-20 23:31:23 | vstinner | create | |
|