]> granicus.if.org Git - python/commit
Issue #9815: assertRaises now tries to clear references to local variables in the...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 28 Apr 2014 23:23:50 +0000 (01:23 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 28 Apr 2014 23:23:50 +0000 (01:23 +0200)
commit9681022f1ee5c6c9160c515b24d2a3d1efe8b90d
treec1d1cfd55d9b22733b4655b31324a3c33d136de8
parent871dfc41d37b02a7af6eb03028edc6702f24fd1d
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.
Lib/unittest/case.py
Lib/unittest/test/test_assertions.py
Misc/NEWS