2013/10/11 Antoine Pitrou <solip...@pitrou.net>:
>> So the first step I tried is something horrible (typing from memory):
>>
>> try:
>>     import _decimal
>> except ImportError:
>>     <whole of decimal.py here !!!>
>> else:
>>     from _decimal import *
>>
>> That way the 2.21 msec are reduced to 912 usec, but the indentation is
>> an abomination.
>
> Just create a _pydecimal module (like _pyio).

+1 but both modules must be tested (as io and _pyio).

Victor
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to