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 scoder
Recipients malin, scoder
Date 2019-01-02.11:25:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546428350.63.0.273511797998.issue35636@roundup.psfhosted.org>
In-reply-to
Content
Unlikely to get changed in Py3.4/5 anymore, since this is not even a bug fix. I wouldn't even fight for backporting, although 3.7 seems ok for it.

I agree that this code duplication is worth removing. I don't consider hashing the empty string important enough for leaving it in, especially because the net performance effect can at most be zero, if not negative, for the normal case of non-empty strings.
History
Date User Action Args
2019-01-02 11:25:51scodersetrecipients: + scoder, malin
2019-01-02 11:25:50scodersetmessageid: <1546428350.63.0.273511797998.issue35636@roundup.psfhosted.org>
2019-01-02 11:25:50scoderlinkissue35636 messages
2019-01-02 11:25:50scodercreate