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 Kay.Hayen, serhiy.storchaka, steven.daprano
Date 2016-09-02.17:23:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472836992.97.0.459399883342.issue27942@psf.upfronthosting.co.za>
In-reply-to
Content
This likely is an interference of issue27095 with issue26148. I consider this as a regression. This causes not only a waste of memory, but can affect a performance, since comparing non-identical strings is slower than comparing identical strings.
History
Date User Action Args
2016-09-02 17:23:13serhiy.storchakasetrecipients: + serhiy.storchaka, steven.daprano, Kay.Hayen
2016-09-02 17:23:12serhiy.storchakasetmessageid: <1472836992.97.0.459399883342.issue27942@psf.upfronthosting.co.za>
2016-09-02 17:23:12serhiy.storchakalinkissue27942 messages
2016-09-02 17:23:12serhiy.storchakacreate