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 skrah
Recipients Julian, eric.smith, skrah
Date 2013-04-13.14:47:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365864452.98.0.340199342319.issue17705@psf.upfronthosting.co.za>
In-reply-to
Content
Unsurprisingly (libmpdec is a C library) this also does not work in _decimal. I could add a special case in _decimal.c at the cost of
two additional if statements for all regular use cases.


Is padding with NUL a legitimate use case? IOW, is the slowdown justified?
History
Date User Action Args
2013-04-13 14:47:33skrahsetrecipients: + skrah, eric.smith, Julian
2013-04-13 14:47:32skrahsetmessageid: <1365864452.98.0.340199342319.issue17705@psf.upfronthosting.co.za>
2013-04-13 14:47:32skrahlinkissue17705 messages
2013-04-13 14:47:32skrahcreate