[pypy-issue] [issue784] [PATCH] Binascii's crc32 function is doing unnecessary operations

Justin Peel tracker at bugs.pypy.org
Wed Jul 6 21:59:54 CEST 2011


New submission from Justin Peel <peelpy at gmail.com>:

Binascii's crc32 function has a line that is inside of a loop that shouldn't be. 
This is slowing it down significantly.

----------
files: binascii_crc32.patch
messages: 2743
nosy: justinpeel, pypy-issue
priority: bug
status: unread
title: [PATCH] Binascii's crc32 function is doing unnecessary operations

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


More information about the pypy-issue mailing list