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>
Sat, 11 Apr 2020 11:44:21 +0000 (12:44 +0100)
commit67ae8797ac0950782930cab8214588346028dde4
treee0e030ed28492814477a366357a410ab75497413
parente2568047e1f83f2ff6095c88d9be4a4d838cd62b
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