[New-bugs-announce] [issue44018] Bug in random.seed

Eugene Rossokha report at bugs.python.org
Mon May 3 05:13:38 EDT 2021


New submission from Eugene Rossokha <arjaz at protonmail.com>:

https://github.com/python/cpython/blob/master/Lib/random.py#L157
If bytearray is passed as a seed, the function will change it.
It either has to be documented, or the implementation should change.

----------
components: Library (Lib)
messages: 392782
nosy: arjaz
priority: normal
severity: normal
status: open
title: Bug in random.seed
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44018>
_______________________________________


More information about the New-bugs-announce mailing list