mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Issue #14888: Fix misbehaviour of the _md5 module when called on data larger than 2**32 bytes.
This commit is contained in:
parent
d68ffdb45a
commit
cd8799f077
2 changed files with 17 additions and 3 deletions
|
|
@ -64,6 +64,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #14888: Fix misbehaviour of the _md5 module when called on data
|
||||
larger than 2**32 bytes.
|
||||
|
||||
- Issue #14875: Use float('inf') instead of float('1e66666') in the json module.
|
||||
|
||||
- Issue #14572: Prevent build failures with pre-3.5.0 versions of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue