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, sbt, serhiy.storchaka, terry.reedy
Date 2012-10-03.17:13:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201210032013.04523.storchaka@gmail.com>
In-reply-to <1349261977.4.0.877303904143.issue13290@psf.upfronthosting.co.za>
Content
> The patch does not seem to walk the mro to look for slots in base classes. 
> Also, an instance with a __dict__ attribute may also have attributes
> stored in slots.
> 
> BTW, copyreg._slotnames(cls) properly calculates the slot names for cls and
> tries to cache them as cls.__slotnames__.

This is from Python side. Did ht_slots field of PyHeapTypeObject does not 
contain properly calculated slot names?
History
Date User Action Args
2012-10-03 17:13:18serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, eric.araujo, maker, sbt, JBernardo
2012-10-03 17:13:18serhiy.storchakalinkissue13290 messages
2012-10-03 17:13:18serhiy.storchakacreate