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 farcat
Recipients JelleZijlstra, farcat, gvanrossum, kj, lars2, uriyyo
Date 2021-07-19.11:26:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626693997.71.0.870383859799.issue44524@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-07-19 11:26:37farcatsetrecipients: + farcat, gvanrossum, JelleZijlstra, uriyyo, kj, lars2
2021-07-19 11:26:37farcatsetmessageid: <1626693997.71.0.870383859799.issue44524@roundup.psfhosted.org>
2021-07-19 11:26:37farcatlinkissue44524 messages
2021-07-19 11:26:37farcatcreate