missing decref in error case of ExceptionGroup split() #95369
Labels
3.11
only security fixes
3.12
only security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Noticed in the code:
We are missing a
Py_XDECREF(rec_result.rest);
before thegoto done
.The text was updated successfully, but these errors were encountered: