From: Mark Wooding Date: Sun, 24 Nov 2019 16:36:24 +0000 (+0000) Subject: *.c: Be more careful about `PySequence_Size'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/4281a7ee8646165a39f03bcab908b30dee643dae?ds=inline;hp=4281a7ee8646165a39f03bcab908b30dee643dae *.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. ---