[Python-Dev] C extension import time (original) (raw)
Eric Snow ericsnowcurrently at gmail.com
Fri Oct 11 21:48:02 CEST 2013
- Previous message: [Python-Dev] C extension import time
- Next message: [Python-Dev] C extension import time
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Oct 11, 2013 at 1:41 PM, Stefan Krah <stefan at bytereef.org> wrote:
Antoine Pitrou <solipsis at pitrou.net> wrote:
Just create a pydecimal module (like pyio). That's very fast indeed. There's one minor problem: For backwards compatibility and pickling [1] I'd need to add module = 'decimal' to every class of the Python version. Are there any reasons not to do that?
Try just putting "name = 'decimal'" at the top of the source file.
-eric
- Previous message: [Python-Dev] C extension import time
- Next message: [Python-Dev] C extension import time
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]