[issue19232] Speed up _decimal import

STINNER Victor report at bugs.python.org
Fri Sep 12 09:43:19 CEST 2014


STINNER Victor added the comment:

"We could speed up the import further by not importing collections
in _decimal.  That could be done once structseq fully implements
the namedtuple protocol (for DecimalTuple)."

I suggest to close this issue. I guess that importing decimal is already fast enough, and enhance structseq is a completly different issue. (Is there an open issue, just to get the link?)

----------

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


More information about the Python-bugs-list mailing list