]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Jun 2021 12:15:17 +0000 (15:15 +0300)
committerGitHub <noreply@github.com>
Sat, 12 Jun 2021 12:15:17 +0000 (15:15 +0300)
commit9f1c5f6e8af6ba3f659b2aea1e221ac9695828ba
tree178272613398d4b75696f439134094b135a08f2a
parent4a42cebf6dd769e2fa4e234a9e91093b3ad1cb63
bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
Doc/library/stdtypes.rst
Lib/_pydecimal.py
Lib/test/test_decimal.py
Lib/test/test_float.py