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 bluenix
Recipients asvetlov, bluenix, serhiy.storchaka, yselivanov
Date 2021-06-05.15:55:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622908541.14.0.753127497727.issue44318@roundup.psfhosted.org>
In-reply-to
Content
> What is the problem with this?

The problem is that asyncio *is not* defining __slots__.

> Setting __slots__ in base class is required if you want to get a benefit of setting __slots__ in any of subclasses.

That is my use-case for this.
History
Date User Action Args
2021-06-05 15:55:41bluenixsetrecipients: + bluenix, asvetlov, serhiy.storchaka, yselivanov
2021-06-05 15:55:41bluenixsetmessageid: <1622908541.14.0.753127497727.issue44318@roundup.psfhosted.org>
2021-06-05 15:55:41bluenixlinkissue44318 messages
2021-06-05 15:55:41bluenixcreate