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 <rep...@bugs.python.org>
<http://bugs.python.org/issue31169>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to