Lars <gemer...@gmail.com> added the comment:

Happy to see progress on this issue and I can see that adding these attributes 
to the ABC's in typing makes the most sense. However for my direct use-case 
(simplified: using Any in a type checking descriptor) it would be really 
practical to have the __name__ (and perhaps __qualname__ and __module__) 
attributes in the Any type. This is mainly for consistent logging/printing 
purposes.

Since Any already has a _name attribute, changing this to __name__ might 
achieve this.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44524>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to