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 serhiy.storchaka
Recipients gvanrossum, pablogsal, serhiy.storchaka, yselivanov
Date 2021-01-14.09:14:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610615656.53.0.342648784766.issue42927@roundup.psfhosted.org>
In-reply-to
Content
Slot means so many different things in Python. Here it's about data descriptors created when you set __slots__ in the class definition.

It is amazing that so large speed up can be achieved for such base operation.
History
Date User Action Args
2021-01-14 09:14:16serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, yselivanov, pablogsal
2021-01-14 09:14:16serhiy.storchakasetmessageid: <1610615656.53.0.342648784766.issue42927@roundup.psfhosted.org>
2021-01-14 09:14:16serhiy.storchakalinkissue42927 messages
2021-01-14 09:14:16serhiy.storchakacreate