mp.c: Use newer names for the internal `long' representation parameters.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 21 Oct 2019 10:43:43 +0000 (11:43 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:43:08 +0000 (17:43 +0000)
commit31a298bb96fefa033fad32abc1845874abfa1695
treed5d86647141d33bea2c42cbdf4edf110ecb03e89
parentff1993c7f2a6f9bee63e6ebc83eed5668304a1b5
mp.c: Use newer names for the internal `long' representation parameters.

In Python 2.6, the `SHIFT' and `MASK' constants grew `PyLong_' prefixes,
but the old names were retained for compatibility; in Python 3, the old
names are gone.  Use the new names, defining them as necessary.
mp.c