getulong: Compare with LONG_MAX to decide what Python type to use.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 22 Mar 2006 12:58:45 +0000 (12:58 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 22 Mar 2006 12:58:45 +0000 (12:58 +0000)
commit4f3d0934b91624b7c3634a5e4d4ab4ddd2a175d3
tree3f8363fbc94f307bd9fce64dcb9c7e60d4d63ccd
parent1e082a8681747b3968d0af6ce6a55283460bc641
getulong: Compare with LONG_MAX to decide what Python type to use.

This may reduce the number of bignums created on 64-bit machines.
util.c