Stefan Krah <[email protected]> added the comment:
In full:
>>> d =
>>> Decimal(100000000000000000000000000000000000000000000000000000000000000000000)
>>>
>>> sys.getsizeof(d)
>>>
96
>>> sys.getsizeof(d._int)
>>>
212
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue14520>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com