Nick Coghlan added the comment:

Victor's PR takes a more pragmatic approach to address this problem: rather 
than adding the ability to clear the frames for an arbitrary exception tree, it 
just uses a try/finally in a couple of key unittest function definitions to 
clear the offending circular references by setting them to None.

----------

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

Reply via email to