]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 22 Apr 2021 15:34:57 +0000 (08:34 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Apr 2021 15:34:57 +0000 (08:34 -0700)
commita07da09ad5bd7d234ccd084a3a0933c290d1b592
tree8c1ab67575527bd5c0c9452a74458ad5a29a1d08
parentaccea7dc2bd30a6e8e1b0334acfca9585cbd7f8a
bpo-43475:  Fix worst case collision behavior for NaN instances (GH-25493)
Doc/library/stdtypes.rst
Doc/library/sys.rst
Include/pyhash.h
Lib/_pydecimal.py
Misc/NEWS.d/next/Core and Builtins/2021-04-20-20-10-46.bpo-43475.oV8Mbs.rst [new file with mode: 0644]
Modules/_decimal/_decimal.c
Objects/complexobject.c
Objects/floatobject.c
Python/pyhash.c
Python/sysmodule.c