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 rhettinger, serhiy.storchaka
Date 2015-12-31.05:13:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451538804.16.0.0142679838641.issue25981@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see how the proposed patch would affect the result.  ISTM that the interning would have to happen after the template substitution and exec.  See the attached alternate patch.

That said, I'm not too concerned with the contents of _fields not being interned.  It isn't the performance sensitive part of the code.
History
Date User Action Args
2015-12-31 05:13:24rhettingersetrecipients: + rhettinger, serhiy.storchaka
2015-12-31 05:13:24rhettingersetmessageid: <1451538804.16.0.0142679838641.issue25981@psf.upfronthosting.co.za>
2015-12-31 05:13:24rhettingerlinkissue25981 messages
2015-12-31 05:13:23rhettingercreate