diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-06-21 09:44:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-21 09:44:58 (GMT) |
commit | 6989af0bc7ea1e9a1acea16794e6f723d7b44110 (patch) | |
tree | 7a6a51cf05c62572ace0e1420cfa4a0317752931 /Misc | |
parent | f9bab74d5b34c64cf061e1629ff5f3092a4ca9b3 (diff) | |
download | cpython-6989af0bc7ea1e9a1acea16794e6f723d7b44110.zip cpython-6989af0bc7ea1e9a1acea16794e6f723d7b44110.tar.gz cpython-6989af0bc7ea1e9a1acea16794e6f723d7b44110.tar.bz2 |
bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-06-20-22-46-18.bpo-41052.46MPeF.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-06-20-22-46-18.bpo-41052.46MPeF.rst b/Misc/NEWS.d/next/Core and Builtins/2020-06-20-22-46-18.bpo-41052.46MPeF.rst new file mode 100644 index 0000000..82969bf --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-06-20-22-46-18.bpo-41052.46MPeF.rst @@ -0,0 +1 @@ +Opt out serialization/deserialization for _random.Random |