Yury Selivanov added the comment:

It's not even a reprlib bug:

try:
    raise Exception
except Exception as ex:
    ex.__context__ = ex
    hasattr(1, 'aa')

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25779>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to