[issue40000] Improve AST validation for Constant nodes

STINNER Victor report at bugs.python.org
Thu Mar 19 14:43:55 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

> _PyType_Name(Py_TYPE(value)))

Why truncating the type name in the error message? The qualified name (don't call _PyType_Name()) should provide more information, no?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40000>
_______________________________________


More information about the Python-bugs-list mailing list