Yury Selivanov added the comment:

This isn't a bug of reprlib -- it's something in the core. Will create a 
separate issue for this.

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

----------
resolution:  -> not a bug
status: open -> closed

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

Reply via email to