Message394663
_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. |
|
| Date |
User |
Action |
Args |
| 2021-05-28 14:27:29 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rhettinger, mark.dickinson |
| 2021-05-28 14:27:28 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2021-05-28 14:27:28 | serhiy.storchaka | link | issue44260 messages |
| 2021-05-28 14:27:28 | serhiy.storchaka | create | |
|