diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-11-07 02:16:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 04:16:54 -0600 |
commit | ea2316a220ea5ae5646518e3855ef22b9c84d64d (patch) | |
tree | e1178ba32c93422d2ae696ef638a092bfdcd15d5 /Misc | |
parent | gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162) (diff) | |
download | cpython-ea2316a220ea5ae5646518e3855ef22b9c84d64d.tar.gz cpython-ea2316a220ea5ae5646518e3855ef22b9c84d64d.tar.bz2 cpython-ea2316a220ea5ae5646518e3855ef22b9c84d64d.zip |
[3.10] [ GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-99156). (GH-99188) (GH-99190)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-11-06-12-44-51.gh-issue-99155.vLZOzi.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-06-12-44-51.gh-issue-99155.vLZOzi.rst b/Misc/NEWS.d/next/Library/2022-11-06-12-44-51.gh-issue-99155.vLZOzi.rst new file mode 100644 index 00000000000..a84caa6ac2e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-11-06-12-44-51.gh-issue-99155.vLZOzi.rst @@ -0,0 +1 @@ +Fix :class:`statistics.NormalDist` pickle with ``0`` and ``1`` protocols. |