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 malin
Recipients brandtbucher, christian.heimes, malin, methane, serhiy.storchaka
Date 2022-03-22.06:20:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647930057.04.0.202032201008.issue46864@roundup.psfhosted.org>
In-reply-to
Content
If run this code, would it be slower?

    bytes_hash = hash(bytes_data)
    bytes_hash = hash(bytes_data)  # get hash twice
History
Date User Action Args
2022-03-22 06:20:57malinsetrecipients: + malin, christian.heimes, methane, serhiy.storchaka, brandtbucher
2022-03-22 06:20:57malinsetmessageid: <1647930057.04.0.202032201008.issue46864@roundup.psfhosted.org>
2022-03-22 06:20:57malinlinkissue46864 messages
2022-03-22 06:20:56malincreate