[issue15908] SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes

2012-09-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset a13bfc238f27 by Jesus Cea in branch '2.7': Closes #15908: SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes http://hg.python.org/cpython/rev/a13bfc238f27 -- nosy: +python-dev resolution: -> fixed stage: -> committ

[issue15908] SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes

2012-09-10 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- title: SHA1 crashes in 64 bits when the string to hash is -> SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes ___ Python tracker __

[issue15908] SHA1 crashes in 64 bits when the string to hash is

2012-09-10 Thread Jesús Cea Avión
New submission from Jesús Cea Avión: #14888 solves this for MD5, but SHA1 is affected too. -- assignee: jcea messages: 170214 nosy: jcea, pitrou priority: normal severity: normal status: open title: SHA1 crashes in 64 bits when the string to hash is versions: Python 2.7