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 ajoino
Recipients AlexWaygood, ajoino, rzepecki.t
Date 2021-08-16.11:39:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629113977.47.0.220459749091.issue44905@roundup.psfhosted.org>
In-reply-to
Content
Could one possible downside of this suggestion be, if implemented like in https://newbedev.com/python-abstract-class-shall-force-derived-classes-to-initialize-variable-in-init, a slowdown in code creating a lot of instances of a class with metaclass ABCMeta?

I have personally never experienced that the current behavior is an issue, I've only occasionally got confused by the error messages until I read the traceback.
History
Date User Action Args
2021-08-16 11:39:37ajoinosetrecipients: + ajoino, AlexWaygood, rzepecki.t
2021-08-16 11:39:37ajoinosetmessageid: <1629113977.47.0.220459749091.issue44905@roundup.psfhosted.org>
2021-08-16 11:39:37ajoinolinkissue44905 messages
2021-08-16 11:39:37ajoinocreate