From: Nikita Sobolev Date: Mon, 7 Nov 2022 03:02:13 +0000 (+0300) Subject: GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-99156) X-Git-Tag: v3.12.0a2~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7a00f1e8eee05fc5ae97ea1ef0615feefce887b;p=thirdparty%2FPython%2Fcpython.git GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-99156) ---