STINNER Victor <[email protected]> added the comment:
A type has different names: * short name: "name" * qualified name: "module.name" Which one should be returned by PyType_GetName()? Is there a warranty that it's always short or always qualified? ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42035> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
