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 Arfrever, barry, eric.smith, fijall, mark.dickinson, pitrou, python-dev, rhettinger, skrah, vstinner
Date 2014-09-10.17:16:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410369383.24.0.653674081216.issue19232@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2014-09-10 17:16:23skrahsetrecipients: + skrah, barry, rhettinger, mark.dickinson, pitrou, vstinner, eric.smith, Arfrever, fijall, python-dev
2014-09-10 17:16:23skrahsetmessageid: <1410369383.24.0.653674081216.issue19232@psf.upfronthosting.co.za>
2014-09-10 17:16:23skrahlinkissue19232 messages
2014-09-10 17:16:23skrahcreate