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 methane
Recipients benjamin.peterson, methane, serhiy.storchaka
Date 2017-09-07.16:46:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEfz+Tx9-6UJni-4H3B=gSf_=k8KQ9ZKF_RdFRYzGoiuV6Pc0Q@mail.gmail.com>
In-reply-to <1504802209.1922428.1098569728.1CB0CCB5@webmail.messagingengine.com>
Content
> We end up interning each reference individually currently.

But interning interned string is much faster. It only checks flag.
Interning normal string requires dict lookup.
History
Date User Action Args
2017-09-07 16:46:03methanesetrecipients: + methane, benjamin.peterson, serhiy.storchaka
2017-09-07 16:46:03methanelinkissue31377 messages
2017-09-07 16:46:02methanecreate