commit | 0af4916ad42f0a5eec08b81adf9971e3b8e4a629 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Oct 27 06:14:32 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Oct 27 06:14:32 2001 +0000 |
tree | 08fd17be909ed21892ae1b4a2b402dd8fd02ef15 | |
parent | 077f574db1b76484690fd46ddf342ec7e80f929a [diff] |
vgetargskeywords: Removed all PyErr_Clear() calls. It's possible that this routine will report an error now when it didn't before, but, if so, it's a legitimate error that should never have been suppressed.