commit | 2c96ab2b61dc5b58bd9f9724c89e0d42d172662d | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Wed Sep 18 22:37:17 2002 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Wed Sep 18 22:37:17 2002 +0000 |
tree | 55983d4f85f86e2dfe2d9ce8389e2f64ac574c0c | |
parent | 40363b63f02f43e3c9c7442e33e1cb0bf4c25774 [diff] |
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