]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH99156)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 7 Nov 2022 02:56:41 +0000 (05:56 +0300)
committerGitHub <noreply@github.com>
Mon, 7 Nov 2022 02:56:41 +0000 (20:56 -0600)
commitbef9efabc3f899a8f05cc6bee009c7c5fb3d01ae
tree11b29d0b6a93c99dd55b31a4bd6bbc7e224dfe0b
parentf626b7b504df454d289527a4f922b09deeae9e21
GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH99156)
Lib/statistics.py
Lib/test/test_statistics.py
Misc/NEWS.d/next/Library/2022-11-06-12-44-51.gh-issue-99155.vLZOzi.rst [new file with mode: 0644]