Message385064
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. |
|
Date |
User |
Action |
Args |
2021-01-14 09:14:16 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, gvanrossum, yselivanov, pablogsal |
2021-01-14 09:14:16 | serhiy.storchaka | set | messageid: <1610615656.53.0.342648784766.issue42927@roundup.psfhosted.org> |
2021-01-14 09:14:16 | serhiy.storchaka | link | issue42927 messages |
2021-01-14 09:14:16 | serhiy.storchaka | create | |
|