mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
This commit is contained in:
parent
accea7dc2b
commit
a07da09ad5
10 changed files with 25 additions and 21 deletions
|
@ -855,7 +855,7 @@ always available.
|
|||
+---------------------+--------------------------------------------------+
|
||||
| :const:`inf` | hash value returned for a positive infinity |
|
||||
+---------------------+--------------------------------------------------+
|
||||
| :const:`nan` | hash value returned for a nan |
|
||||
| :const:`nan` | (this attribute is no longer used) |
|
||||
+---------------------+--------------------------------------------------+
|
||||
| :const:`imag` | multiplier used for the imaginary part of a |
|
||||
| | complex number |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue