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 kj
Recipients JelleZijlstra, gvanrossum, kj
Date 2021-08-22.08:56:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629622609.34.0.447069289698.issue44975@roundup.psfhosted.org>
In-reply-to
Content
This is a feature request by a user at https://github.com/python/typing/issues/822.

A copy of their request:
Currently issubclass cannot be used for runtime_checkable protocols with data members, because those attributes could be set in __init__. I propose to relax this restriction to allow protocols with ClassVar members, as those should be present in the class definition.

I'm unsure if I need to update PEP 544 too. I don't remember if PEPs can be updated when 'Accepted', or was it 'Final' PEPs that can't be updated anymore?
History
Date User Action Args
2021-08-22 08:56:49kjsetrecipients: + kj, gvanrossum, JelleZijlstra
2021-08-22 08:56:49kjsetmessageid: <1629622609.34.0.447069289698.issue44975@roundup.psfhosted.org>
2021-08-22 08:56:49kjlinkissue44975 messages
2021-08-22 08:56:49kjcreate