commit | d5a1a21a89aab37cb41ce58a5f5da3590c55df86 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Jun 17 23:18:07 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Jun 17 23:18:07 2012 +0200 |
tree | e7dca98adbc923029c50e577977a62df998a8166 | |
parent | 48114b952b22cf68ab7dccfb571a2194fd89e6ef [diff] |
Prevent test_inspect from keeping alive a ton of frames and local variables by way of a global variable keeping a reference to a traceback. Should fix some buildbot failures.