Mark Dickinson <dicki...@gmail.com> added the comment:

In the C version of decimal, do distinct Decimal objects ever share 
coefficients?  (This would be an obvious optimization for methods like 
Decimal.copy_negate;  I don't know whether the C version applies such 
optimizations.)  If there's potential for shared coefficients, that might make 
the "not count any memory twice" part tricky.

----------

_______________________________________
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

Reply via email to