[issue44018] random.seed mutates input bytearray

2021-07-18 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: -25770 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue44018] random.seed mutates input bytearray

2021-07-18 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- nosy: +pablogsal nosy_count: 6.0 -> 7.0 pull_requests: +25770 pull_request: https://github.com/python/cpython/pull/27228 ___ Python tracker ___

[issue44018] random.seed mutates input bytearray

2021-05-03 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue44018] random.seed mutates input bytearray

2021-05-03 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 2995bff4269d274c0a3abfd45dc33b28f0c3e25f by Miss Islington (bot) in branch '3.10': bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25872) https://github.com/python/cpython/commit/2995bff4269d274c0a3abfd45dc33b28f0c3e25f

[issue44018] random.seed mutates input bytearray

2021-05-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +24551 pull_request: https://github.com/python/cpython/pull/25872 ___ Python tracker ___ __

[issue44018] random.seed mutates input bytearray

2021-05-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +24548 pull_request: https://github.com/python/cpython/pull/25867 ___ Python tracker ___ __

[issue44018] random.seed mutates input bytearray

2021-05-03 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset e733e9951d0116e9af66b66772e708412d7f5280 by Miss Islington (bot) in branch '3.9': bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25864) https://github.com/python/cpython/commit/e733e9951d0116e9af66b66772e708412d7f5280

[issue44018] random.seed mutates input bytearray

2021-05-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +24546 pull_request: https://github.com/python/cpython/pull/25865 ___ Python tracker ___ __

[issue44018] random.seed mutates input bytearray

2021-05-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +24545 pull_request: https://github.com/python/cpython/pull/25864 ___ Python tracker _

[issue44018] random.seed mutates input bytearray

2021-05-03 Thread Raymond Hettinger
Change by Raymond Hettinger : -- keywords: +patch pull_requests: +24540 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25856 ___ Python tracker __

[issue44018] random.seed mutates input bytearray

2021-05-03 Thread Raymond Hettinger
Raymond Hettinger added the comment: Okay, I now understand your report and will prepare a fix. -- title: Bug in random.seed -> random.seed mutates input bytearray ___ Python tracker