]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 13 Jun 2021 14:05:28 +0000 (07:05 -0700)
committerGitHub <noreply@github.com>
Sun, 13 Jun 2021 14:05:28 +0000 (07:05 -0700)
commit128899d8b8d65d86bd9bbea6801e9f36e6f409f2
treed9b91a5af7e7d0f9a47380cd40b8d08405596b25
parent4becc569a606102bce624a4e28f4068317d09f42
bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)

(cherry picked from commit 9f1c5f6e8af6ba3f659b2aea1e221ac9695828ba)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/stdtypes.rst
Lib/_pydecimal.py
Lib/test/test_decimal.py
Lib/test/test_float.py