Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42927>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to