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

drallensmith report at bugs.python.org
Thu Aug 10 11:03:53 EDT 2017


drallensmith added the comment:

Well, it looks like I was incorrect in where the AssertionError is coming from - the attached patches, while an improvement IMO on the current code, did not result in a change in behavior. Unfortunately, the combination of bare asserts (with no messages) with remote raising of errors makes it rather hard to debug - I will see if pdb will do it, but given that it's involving a subprocess I will be very impressed if it does. (Coverage.py frequently misses lines that are only executed in subprocesses, for instance.)

----------
keywords: +patch
Added file: http://bugs.python.org/file47075/managers-3.5.patch

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


More information about the Python-bugs-list mailing list