]> granicus.if.org Git - python/commit
Have the binascii module use zlib's optimized crc32() function when available
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 24 Mar 2008 00:08:01 +0000 (00:08 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 24 Mar 2008 00:08:01 +0000 (00:08 +0000)
commit440ca772f33b7c2eae1beb2e26a643d3054066f9
tree36a32eb2c87e44aef782ae545d675172cf4db025
parentdd10284516383276d50ae9b52bec4ab6562f888e
Have the binascii module use zlib's optimized crc32() function when available
to reduce our code size (1k data table and tiny bit of code).  It falls back
to its own without zlib.
Modules/binascii.c
setup.py