[issue31169] convert_to_error assertion failure in multiprocessing/managers.py

drallensmith report at bugs.python.org
Thu Aug 10 11:20:58 EDT 2017


drallensmith added the comment:

pdb is not currently working for debugging a subprocess. I suspect I will need to put "import pdb" and "pdb.set_trace()" into managers.py.

BTW, a thank-you to berker.peksag; while the link is present in Travis, I should still have put it in.

----------

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


More information about the Python-bugs-list mailing list