pyke/pyke-mLib.c: Raise `OverflowError' on out-of-range inputs.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 23 Nov 2019 15:05:39 +0000 (15:05 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:51:31 +0000 (17:51 +0000)
commite5aa77d831ad8b42167f3205ee290f238003e20a
tree238e3ba0380bfc0d5d84ad4004a4ac7df8648a87
parent7e21727ee1d4245652115ee732b1d0cac3172ffa
pyke/pyke-mLib.c: Raise `OverflowError' on out-of-range inputs.

This seems to match better what Python does under these conditions.
pyke-mLib.c