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