[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Message 290546 - Python tracker

Message290546

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