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 rhettinger
Recipients christian.heimes, eric.araujo, eric.smith, eric.snow, rhettinger, vstinner
Date 2014-04-02.20:28:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396470484.64.0.509090615586.issue19640@psf.upfronthosting.co.za>
In-reply-to
Content
Victor, I don't think the added complexity is worth 2k per named tuple class.  Every time I've gone down the path of lazy evaluation, I've paid an unexpected price for it down the road.  If the savings were huge, it might be worth it, but that isn't the case here.  This isn't really different than proposing that all docstring be in a separate module to be lazily loaded only when people look at help.
History
Date User Action Args
2014-04-02 20:28:04rhettingersetrecipients: + rhettinger, vstinner, eric.smith, christian.heimes, eric.araujo, eric.snow
2014-04-02 20:28:04rhettingersetmessageid: <1396470484.64.0.509090615586.issue19640@psf.upfronthosting.co.za>
2014-04-02 20:28:04rhettingerlinkissue19640 messages
2014-04-02 20:28:04rhettingercreate