Antoine Pitrou added the comment:

+            self._loop.call_soon(traceback.clear_frames,
+                                 self._exception.__traceback__)

This will keep the traceback alive until called by the event loop, even if 
self._exception is cleared in the meantime...

----------

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

Reply via email to