This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients loewis, mark.dickinson, pitrou, skrah
Date 2012-04-09.16:14:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333988067.75.0.775317539337.issue14520@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-04-09 16:14:27mark.dickinsonsetrecipients: + mark.dickinson, loewis, pitrou, skrah
2012-04-09 16:14:27mark.dickinsonsetmessageid: <1333988067.75.0.775317539337.issue14520@psf.upfronthosting.co.za>
2012-04-09 16:14:27mark.dickinsonlinkissue14520 messages
2012-04-09 16:14:27mark.dickinsoncreate