]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Prevent test_inspect from keeping alive a ton of frames and local variables by way...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 17 Jun 2012 21:18:07 +0000 (23:18 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 17 Jun 2012 21:18:07 +0000 (23:18 +0200)
commitd5a1a21a89aab37cb41ce58a5f5da3590c55df86
treee7dca98adbc923029c50e577977a62df998a8166
parent48114b952b22cf68ab7dccfb571a2194fd89e6ef
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.
Lib/importlib/test/test_locks.py
Lib/test/test_inspect.py