Mercurial > hg-stable
comparison tests/test-bundle-vs-outgoing.t @ 29774:96bd27eb23f0
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.
author | Jun Wu <quark@fb.com> |
---|---|
date | Wed, 10 Aug 2016 15:05:20 +0100 |
parents | aa9385f983fa |
children | eb586ed5d8ce |
comparison
equal
deleted
inserted
replaced
29773:39149b6036e6 | 29774:96bd27eb23f0 |
---|