]> 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:25:07 +0000 (01:25 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 28 Apr 2014 23:25:07 +0000 (01:25 +0200)
commitb1e58440f87f921bd51396f4e9a4b18dcd2def6b
tree1a2bc9fbf06db1f5df349b53251ddc79dedafb47
parenta171979a19b46194f2926522073622d64d7a8fc6
parent9681022f1ee5c6c9160c515b24d2a3d1efe8b90d
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.
Misc/NEWS