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 JelleZijlstra, emma_smith, eric.smith, giampaolo.rodola, gvanrossum, josh.r, lazka, llllllllll, methane, ncoghlan, pitrou, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-09-10.17:23:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset 8b57d7363916869357848e666d03fa7614c47897 by Raymond Hettinger in branch 'master':
bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#3454)
https://github.com/python/cpython/commit/8b57d7363916869357848e666d03fa7614c47897
History
Date User Action Args
2017-09-10 17:23:38rhettingersetrecipients: + rhettinger, gvanrossum, ncoghlan, pitrou, vstinner, eric.smith, giampaolo.rodola, methane, serhiy.storchaka, josh.r, llllllllll, xiang.zhang, JelleZijlstra, lazka, emma_smith
2017-09-10 17:23:38rhettingersetmessageid: <[email protected]>
2017-09-10 17:23:38rhettingerlinkissue28638 messages
2017-09-10 17:23:38rhettingercreate