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 vstinner
Recipients BTaskaya, pablogsal, serhiy.storchaka, vstinner
Date 2020-03-19.18:43:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584643435.11.0.0860926728113.issue40000@roundup.psfhosted.org>
In-reply-to
Content
> _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?
History
Date User Action Args
2020-03-19 18:43:55vstinnersetrecipients: + vstinner, serhiy.storchaka, pablogsal, BTaskaya
2020-03-19 18:43:55vstinnersetmessageid: <1584643435.11.0.0860926728113.issue40000@roundup.psfhosted.org>
2020-03-19 18:43:55vstinnerlinkissue40000 messages
2020-03-19 18:43:55vstinnercreate