mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Merge typo fixes from 3.3.
This commit is contained in:
commit
3a62e45b97
10 changed files with 10 additions and 10 deletions
|
@ -289,7 +289,7 @@ float_repr(PyFloatObject *v)
|
|||
* may lose info from fractional bits. Converting the integer to a double
|
||||
* also has two failure modes: (1) a long int may trigger overflow (too
|
||||
* large to fit in the dynamic range of a C double); (2) even a C long may have
|
||||
* more bits than fit in a C double (e.g., on a a 64-bit box long may have
|
||||
* more bits than fit in a C double (e.g., on a 64-bit box long may have
|
||||
* 63 bits of precision, but a C double probably has only 53), and then
|
||||
* we can falsely claim equality when low-order integer bits are lost by
|
||||
* coercion to double. So this part is painful too.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue