*.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>
Wed, 27 Nov 2019 15:10:44 +0000 (15:10 +0000)
commitb0783435d0481f5034c46c65a0802ca25f646058
treebe355dca8c5b2ecb6c915f2ea16f6f317652e559
parentc6b05f1ffdddaf4ac857cdbcb00ceff098fca489
*.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