##// END OF EJS Templates
ui: drop values returned by inspect.*frame*() to avoid cycles...
ui: drop values returned by inspect.*frame*() to avoid cycles "f = inspect.currentframe()" instantly creates a cycle because "f.f_locals['f']" is "f" itself. This patch explicitly sets those frame objects to None to avoid cycles.
Jun Wu -
r29762:96bd27eb default
Show More