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 gvanrossum
Recipients JelleZijlstra, farcat, gvanrossum, kj, lars2
Date 2021-06-29.14:46:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJLTSK6X3eJdC=usPyu2eBM2o5BQvxSF+PzKT=dWB+3VTQ@mail.gmail.com>
In-reply-to <1624975414.2.0.252797923964.issue44524@roundup.psfhosted.org>
Content
It sounds reasonable to add the __name__ attribute. Since these objects
aren't really types, the default mechanism for constructing a type doesn't
give them this. Are there other attributes that are missing? We should
probably add those too.
History
Date User Action Args
2021-06-29 14:46:03gvanrossumsetrecipients: + gvanrossum, farcat, JelleZijlstra, kj, lars2
2021-06-29 14:46:03gvanrossumlinkissue44524 messages
2021-06-29 14:46:03gvanrossumcreate