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 benjamin.peterson, loewis, pitrou, rhettinger, serhiy.storchaka
Date 2017-03-26.18:32:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490553156.04.0.506202141645.issue12414@psf.upfronthosting.co.za>
In-reply-to
Content
See gettotalsizeof.py attached to issue19048. It contains two functions that calculates the total size of the object with subobjects recursively. The problem is that virtually all objects are linked, two functions use slightly different criteria for stopping.
History
Date User Action Args
2017-03-26 18:32:36serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, rhettinger, pitrou, benjamin.peterson
2017-03-26 18:32:36serhiy.storchakasetmessageid: <1490553156.04.0.506202141645.issue12414@psf.upfronthosting.co.za>
2017-03-26 18:32:36serhiy.storchakalinkissue12414 messages
2017-03-26 18:32:35serhiy.storchakacreate