This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients akuchling, eric.araujo, ezio.melotti, michael.foord, ocean-city, pitrou, python-dev, vstinner
Date 2014-04-28.23:25:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gHhtf1kz4z7LjZ@mail.python.org>
In-reply-to
Content
New changeset 6ab3193e890e by Antoine Pitrou in branch '3.4':
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.
http://hg.python.org/cpython/rev/6ab3193e890e

New changeset 553fe27521be by Antoine Pitrou in branch 'default':
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.
http://hg.python.org/cpython/rev/553fe27521be
History
Date User Action Args
2014-04-28 23:25:48python-devsetrecipients: + python-dev, akuchling, pitrou, vstinner, ocean-city, ezio.melotti, eric.araujo, michael.foord
2014-04-28 23:25:48python-devlinkissue9815 messages
2014-04-28 23:25:47python-devcreate