Fix clearing output references with `%reset out` (#14133)...
Fix clearing output references with `%reset out` (#14133)
This should fix
#14129. Namely the second reference to the output is
stored in `user_ns_hidden`. That was already cleared during hard
`%reset` but was not cleared when using `%reset out`. Manual
`gc.collect()` is still required.