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 xiang.zhang
Recipients methane, xiang.zhang
Date 2016-11-08.05:45:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478583907.48.0.713537222803.issue28638@psf.upfronthosting.co.za>
In-reply-to
Content
I doubt this deserves a change. The slow import is the case only the first time functools is imported. Later imports will just use the cache (sys.modules). And if this is gonna change, maybe we don't have to copy the entire namedtuple structure?
History
Date User Action Args
2016-11-08 05:45:07xiang.zhangsetrecipients: + xiang.zhang, methane
2016-11-08 05:45:07xiang.zhangsetmessageid: <1478583907.48.0.713537222803.issue28638@psf.upfronthosting.co.za>
2016-11-08 05:45:07xiang.zhanglinkissue28638 messages
2016-11-08 05:45:07xiang.zhangcreate