[issue7060] test_multiprocessing dictionary changed size errors and hang

Antoine Pitrou report at bugs.python.org
Sat Oct 24 14:59:51 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Kristján:
> So, can one just clear the __traceback__ member?

Yes, or use `exc_value.with_traceback(None)`.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7060>
_______________________________________


More information about the Python-bugs-list mailing list