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 serhiy.storchaka
Recipients methane, ncoghlan, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-11-08.12:36:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478608619.03.0.90924376308.issue28638@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a sample patch that make namedtuple() not using dynamic compilation. It has rough the same performance effect as inlining the named tuple source, but affects all named tuples.
History
Date User Action Args
2016-11-08 12:36:59serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ncoghlan, methane, xiang.zhang
2016-11-08 12:36:59serhiy.storchakasetmessageid: <1478608619.03.0.90924376308.issue28638@psf.upfronthosting.co.za>
2016-11-08 12:36:59serhiy.storchakalinkissue28638 messages
2016-11-08 12:36:58serhiy.storchakacreate