*.c: Be more careful about `PySequence_Size'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 Nov 2019 16:36:24 +0000 (16:36 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:31:23 +0000 (17:31 +0000)
commitefde4c99dae1a3ad56610e05d3a23b195060041e
tree64d324939cccdd7277712ab329bc94a6185caa5b
parentad8cdbeb542edc489490e9837e54da82ac1a8fe3
*.c: Be more careful about `PySequence_Size'.

This can be implemented by Python, so it can throw exceptions.
Fortunately, Python checks that the result is nonnegative, so we don't
have to worry about that.
catacomb.c