mdickinson / refcycle

Support for displaying and analyzing reference graphs of Python objects.
Apache License 2.0
15 stars 1 forks source link

Improve annotations for Exception instances #77

Open mdickinson opened 6 years ago

mdickinson commented 6 years ago

Particularly for Python 3, it would be useful to annotate the reference from an Exception to its traceback. At the same time, we might want to improve annotations for the traceback object as well.