Home | History | Annotate | Download | only in python2.7

Lines Matching refs:PYLONG_BITS_IN_DIGIT

140 /* If PYLONG_BITS_IN_DIGIT is not defined then we'll use 30-bit digits if all
144 #ifndef PYLONG_BITS_IN_DIGIT
147 #define PYLONG_BITS_IN_DIGIT 30
149 #define PYLONG_BITS_IN_DIGIT 15