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 blackfawn
Recipients BreamoreBoy, barry, blackfawn, brett.cannon, cvrebert, ezio.melotti
Date 2015-04-14.16:53:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429030380.17.0.835684670452.issue18166@psf.upfronthosting.co.za>
In-reply-to
Content
There's actually no advantage for a weakref here, since the exception object already holds an indirect reference to all the raising frame's locals through __traceback__.
History
Date User Action Args
2015-04-14 16:53:00blackfawnsetrecipients: + blackfawn, barry, brett.cannon, ezio.melotti, cvrebert, BreamoreBoy
2015-04-14 16:53:00blackfawnsetmessageid: <1429030380.17.0.835684670452.issue18166@psf.upfronthosting.co.za>
2015-04-14 16:53:00blackfawnlinkissue18166 messages
2015-04-14 16:53:00blackfawncreate