This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author drallensmith
Recipients drallensmith
Date 2017-08-10.02:17:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502331466.32.0.179260204496.issue31169@psf.upfronthosting.co.za>
In-reply-to
Content
I am seeing a triggering of one of the assertions in convert_to_error, in managers.py. (This assertion is completely without any message, incidentally, which is also problematic - I've commented on this in issue5001.) This is in common across all versions of cpython that I have access to, and possibly to pypy as well. See https://travis-ci.org/drallensmith/neat-python/builds/262839326 for a set of examples. (The assertion is that "result" is a string. It is somewhat problematic when error-reporting code has an error...)
History
Date User Action Args
2017-08-10 02:17:46drallensmithsetrecipients: + drallensmith
2017-08-10 02:17:46drallensmithsetmessageid: <1502331466.32.0.179260204496.issue31169@psf.upfronthosting.co.za>
2017-08-10 02:17:46drallensmithlinkissue31169 messages
2017-08-10 02:17:45drallensmithcreate