Meador Inge <[email protected]> added the comment: 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. ---------- nosy: +meador.inge _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue15436> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
