]> granicus.if.org Git - python/commit
Use zlib's crc32 routine instead of binascii when available. zlib's is faster
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 19 Mar 2008 01:46:10 +0000 (01:46 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 19 Mar 2008 01:46:10 +0000 (01:46 +0000)
commitb89a096d6dce43dad60618750ea9c62f770b2e7a
treef36b1df16c60eabbf843909b411469a6090be99b
parentbde40078b07cd26f850f2a04848e9e1d95442a1f
Use zlib's crc32 routine instead of binascii when available.  zlib's is faster
when compiled properly optimized and about the same speed otherwise.
Lib/zipfile.py