Fix subtle bug in cleanup code in PyErr_NormalizeException(), detected
by Marc Lemburg. There's a path through the code where *val is NULL, but value isn't, and value should be DECREF'ed.
Showing
Please
register
or
sign in
to comment
by Marc Lemburg. There's a path through the code where *val is NULL, but value isn't, and value should be DECREF'ed.