chiark / gitweb /
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>
Sat, 11 Apr 2020 11:49:31 +0000 (12:49 +0100)
commit694bf907d132f0b07defac0fdce23a02f8c277be
tree34b36400286f1931707c83521465e04ede317b67
parente01ab3c98f070073acbbebeaf815b41ca659e300
pyke/pyke-mLib.c: Raise `OverflowError' on out-of-range inputs.

This seems to match better what Python does under these conditions.
pyke/pyke-mLib.c
t/t-algorithms.py
t/t-buffer.py