Serhiy Storchaka added the comment:

There's another thing. __slots__ value is converted to a tuple and saved as 
ht_slots field in PyHeapTypeObject. You can use fast PyTuple_GET_ITEM() for 
item access.

----------

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

Reply via email to