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 meador.inge
Recipients docs@python, eric.snow, jcea, meador.inge, serhiy.storchaka
Date 2012-07-24.15:57:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343145428.7.0.113979906455.issue15436@psf.upfronthosting.co.za>
In-reply-to
Content
It is part of runtime services and is mentioned in the documentation for 'sys.getsizeof' [1]:

"""
getsizeof() calls the object’s __sizeof__ method and adds an additional garbage collector overhead if the object is managed by the garbage collector.
"""

[1] http://docs.python.org/library/sys.html?highlight=__sizeof__#sys.getsizeof.
History
Date User Action Args
2012-07-24 15:57:08meador.ingesetrecipients: + meador.inge, jcea, docs@python, eric.snow, serhiy.storchaka
2012-07-24 15:57:08meador.ingesetmessageid: <1343145428.7.0.113979906455.issue15436@psf.upfronthosting.co.za>
2012-07-24 15:57:08meador.ingelinkissue15436 messages
2012-07-24 15:57:08meador.ingecreate