[New-bugs-announce] [issue31169] convert_to_error assertion failure in multiprocessing/managers.py

drallensmith report at bugs.python.org
Wed Aug 9 22:17:46 EDT 2017


New submission from drallensmith:

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...)

----------
components: Library (Lib)
messages: 300037
nosy: drallensmith
priority: normal
severity: normal
status: open
title: convert_to_error assertion failure in multiprocessing/managers.py
type: behavior
versions: Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list