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 ethan.furman, georg.brandl, mark.dickinson, petr.viktorin, serhiy.storchaka, skrah, yselivanov
Date 2016-02-13.12:05:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160213120453.GA3967@bytereef.org>
In-reply-to <1455364066.13.0.865014191285.issue26331@psf.upfronthosting.co.za>
Content
> Georg Brandl added the comment:
> 
> Thanks, I hadn't looked at cdecimal yet - I was planning to ask you to do the necessary changes there :)

Oh, well. :)

> But there are a few versions of this (e.g. converting unicode digits to ASCII) scattered throughout the codebase, it would make sense to consolidate on this occasion.

Yes, actually I have to look at the _decimal version again, it contains
some optimizations that may only work for _decimal:

  https://hg.python.org/cpython/file/default/Modules/_decimal/_decimal.c#l1943

I *did* optimize it for speed at the time, I hope general functions won't be
slower.
History
Date User Action Args
2016-02-13 12:05:06skrahsetrecipients: + skrah, georg.brandl, mark.dickinson, petr.viktorin, ethan.furman, serhiy.storchaka, yselivanov
2016-02-13 12:05:06skrahlinkissue26331 messages
2016-02-13 12:05:05skrahcreate