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 JBernardo, eric.araujo, maker, rhettinger, serhiy.storchaka, terry.reedy
Date 2012-10-03.08:31:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349253077.38.0.825517200854.issue13290@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-03 08:31:17serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, eric.araujo, maker, JBernardo
2012-10-03 08:31:17serhiy.storchakasetmessageid: <1349253077.38.0.825517200854.issue13290@psf.upfronthosting.co.za>
2012-10-03 08:31:17serhiy.storchakalinkissue13290 messages
2012-10-03 08:31:17serhiy.storchakacreate