commit | aef3e529e2c2fc12a91bb126d39b039ab7e402f9 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Tue Mar 25 07:46:07 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Tue Mar 25 07:46:07 2008 +0000 |
tree | b188853b7263bb2be84002e091862d858e7cc026 | |
parent | 1fa588e14f8c091f5da6c23820b1ea6cc0d8ddff [diff] |
On platforms without zlib, make this do the right thing and return the python 2.x signed value. Also, don't waste space on a table full of unsigned longs when all it needs are unsigned ints (incase anyone builds this without zlib on a 64-bit unix for some strange reason). tested by forcing it to compile this version on both 32-bit and 64-bit linux.