• Tim Peters's avatar
    vgetargskeywords: Removed one of the mysterious PyErr_Clear() calls. · 61dde63e
    Tim Peters authored
    The "need" for this was probably removed by an earlier patch that stopped
    the loop right before it from passing NULL to a dict lookup routine.
    I still haven't convinced myself that the next loop is correct, so am
    leaving the next mysterious PyErr_Clear() call in for now.
    61dde63e
getargs.c 31.6 KB