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 amaury.forgeotdarc, belopolsky, meador.inge, serhiy.storchaka
Date 2012-08-16.19:13:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345144416.71.0.984691068113.issue15695@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that implements correct __sizeof__ for StgDict (a dictionary subclass used in ctypes).

There are no tests because I don't know how to create and use StgDict. So I'm not sure that the code works correctly. Please help me with tests.
History
Date User Action Args
2012-08-16 19:13:36serhiy.storchakasetrecipients: + serhiy.storchaka, amaury.forgeotdarc, belopolsky, meador.inge
2012-08-16 19:13:36serhiy.storchakasetmessageid: <1345144416.71.0.984691068113.issue15695@psf.upfronthosting.co.za>
2012-08-16 19:13:36serhiy.storchakalinkissue15695 messages
2012-08-16 19:13:35serhiy.storchakacreate