Re: [Python-Dev] "Micro-optimisations can speed up CPython"

2017年5月29日 22:59:37 -0700

David Wilson wrote:
They're referred to as slots throughout typeobject.c
That's probably where he got the term from. But it really refers
to C-level fields in the type object. Magic methods that don't
correspond to C-level type fields are not called slots.
--
Greg
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to