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 rhettinger, serhiy.storchaka
Date 2015-12-31.17:12:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451581948.5.0.00597679875845.issue25981@psf.upfronthosting.co.za>
In-reply-to
Content
Now, after you pointed out that the keys in the dictionary already interned, I'm not sure anymore that it is needed to intern the _fields items.

I'm wondering, why short identifier-like string literals in compiled _fields are not interned?
History
Date User Action Args
2015-12-31 17:12:28serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2015-12-31 17:12:28serhiy.storchakasetmessageid: <1451581948.5.0.00597679875845.issue25981@psf.upfronthosting.co.za>
2015-12-31 17:12:28serhiy.storchakalinkissue25981 messages
2015-12-31 17:12:28serhiy.storchakacreate