Skip to content

bpo-45150: Add hashlib.file_digest() for efficient file hashing - #31930

Merged
miss-islington merged 6 commits into
python:mainfrom
tiran:bpo-45150-file-digest
Mar 22, 2022
Merged

bpo-45150: Add hashlib.file_digest() for efficient file hashing#31930
miss-islington merged 6 commits into
python:mainfrom
tiran:bpo-45150-file-digest

Conversation

@tiran

@tirantiran commented Mar 16, 2022

Copy link
Copy Markdown
Member

https://bugs.python.org/issue45150

Automerge-Triggered-By: GH:tiran

@tiran
tiranforce-pushed the bpo-45150-file-digest branch from 9b218da to 71f0401CompareMarch 16, 2022 12:38
@tiran
tiran requested a review from gpsheadMarch 16, 2022 14:37

@gpsheadgpshead left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that you implemented this in pure Python.

Comment threadLib/hashlib.py Outdated
Comment threadLib/hashlib.py Outdated
Comment threadLib/test/test_hashlib.py
Comment threadDoc/library/hashlib.rst Outdated
@bedevere-bot

Copy link
Copy Markdown

When you're done making the requested changes, leave the comment: I have made the requested changes; please review again.

Comment threadLib/test/test_hashlib.py Outdated
@gpsheadgpshead added the type-feature A feature request or enhancement label Mar 21, 2022
Comment threadLib/test/test_hashlib.py Outdated
@tiran
tiran requested a review from gpsheadMarch 22, 2022 07:45
@markshannon

Copy link
Copy Markdown
Member

This may have broken the buildbots.
https://buildbot.python.org/all/#/builders/713/builds/452

@tiran

Copy link
Copy Markdown
MemberAuthor

This may have broken the buildbots. buildbot.python.org/all/#/builders/713/builds/452

FIPS ... let's see if GH-32046 solves the issue.

@tiran
tiran deleted the bpo-45150-file-digest branch March 22, 2022 13:24
@tarekziadetarekziademannequin mentioned this pull request Aug 13, 2022
musashay23

This comment was marked as spam.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-featureA feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@tiran@bedevere-bot@markshannon@gpshead@musashay23@the-knights-who-say-ni@miss-islington