mirror of
https://github.com/python/cpython.git
synced 2026-05-17 07:50:55 +00:00
Issue #24620: Random.setstate() now validates the value of state last element.
This commit is contained in:
commit
c19bb3279c
3 changed files with 11 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #24620: Random.setstate() now validates the value of state last element.
|
||||
|
||||
- Issue #22485: Fixed an issue that caused `inspect.getsource` to return incorrect
|
||||
results on nested functions.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue