]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
authorRobert Schuppenies <okkotonushi@googlemail.com>
Sun, 1 Jun 2008 16:16:17 +0000 (16:16 +0000)
committerRobert Schuppenies <okkotonushi@googlemail.com>
Sun, 1 Jun 2008 16:16:17 +0000 (16:16 +0000)
commit51df0647672bc758da6d58eecfe45da9dc5913df
tree3cb568af01a3310eda4e1647901cd5ac3df118fb
parent6495c8da8f945def4749192b0536c1678f208664
Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
Doc/library/sys.rst
Lib/test/test_sys.py
Misc/NEWS
Objects/bytesobject.c
Objects/dictobject.c
Objects/listobject.c
Objects/longobject.c
Objects/typeobject.c
Python/sysmodule.c