##// END OF EJS Templates
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.
Matthias Bussonnier -
r28367:7f4fe75c merge
Show More
Name Size Modified Last Commit Author
/ IPython / core / profile
README_STARTUP Loading ...