]> granicus.if.org Git - python/commit
vgetargskeywords: Removed all PyErr_Clear() calls. It's possible that
authorTim Peters <tim.peters@gmail.com>
Sat, 27 Oct 2001 06:14:32 +0000 (06:14 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 27 Oct 2001 06:14:32 +0000 (06:14 +0000)
commit0af4916ad42f0a5eec08b81adf9971e3b8e4a629
tree08fd17be909ed21892ae1b4a2b402dd8fd02ef15
parent077f574db1b76484690fd46ddf342ec7e80f929a
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.
Python/getargs.c