[issue15722] PEP 3121, 384 Refactoring applied to decimal module

Antoine Pitrou report at bugs.python.org
Sat Aug 18 22:00:04 CEST 2012


Antoine Pitrou added the comment:

> 2) The patch slows down _decimal by 25% (!).

Ouch. That's an interesting observation, because I guess other modules could be affected as well.

Robin, can you please take care that other modules don't have significant performance regressions after your work? I'm not sure what kind of changes it involves, or if it's possible at all, but we don't want to slow down Python for what is mostly (IMO) a code cleanup.

----------
nosy: +loewis, pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15722>
_______________________________________


More information about the Python-bugs-list mailing list