[pypy-issue] [issue716] Crashes in hashlib on Windows

ymgve tracker at bugs.pypy.org
Tue Jul 26 15:27:38 CEST 2011


ymgve <ymgve.aa at gmail.com> added the comment:

Confirmed that it crashes here too. Windows 7 x64.

Build info:
Python 2.7.1 (aefc70438132+, Apr 29 2011, 12:45:42)
[PyPy 1.5.0-alpha0 with MSC v.1600 32 bit] on win32

I've attached another example. Changing the modulo number changes how many 
iterations it manages to do before it crashes. It crashes no matter the hash 
type (MD5, SHA1, SHA256, SHA512) and when using both digest() and hexdigest().

----------
nosy: +ymgve
title: Crashes with md5.hexdigest -> Crashes in hashlib on Windows

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue716>
________________________________________


More information about the pypy-issue mailing list