]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Two more cases of switch(PySequence_Size()) without checking for case -1.
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 18 Sep 2002 22:37:17 +0000 (22:37 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 18 Sep 2002 22:37:17 +0000 (22:37 +0000)
commit2c96ab2b61dc5b58bd9f9724c89e0d42d172662d
tree55983d4f85f86e2dfe2d9ce8389e2f64ac574c0c
parent40363b63f02f43e3c9c7442e33e1cb0bf4c25774
Two more cases of switch(PySequence_Size()) without checking for case -1.
(Same problem as last checkin for SF bug 610610)
Need to clear the error and proceed.

Backport candidate
Python/exceptions.c