missing decref in error case of ExceptionGroup split() #95369
Labels
3.11
3.12
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
iritkatriel commentedJul 28, 2022
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: