]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-132787)
authorGregory P. Smith <greg@krypto.org>
Mon, 21 Apr 2025 21:55:57 +0000 (14:55 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 21:55:57 +0000 (21:55 +0000)
commitcdabbc126fb16420903166ad788d39e01230c966
tree24adc0d2e188655a4e0e70f9571add35c02645e5
parentbb59fdec7184227c27715316de0f40c5aa61c326
[3.13] gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-132787)

gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-122183)

* Fix hashlib.file_digest and non-blocking I/O
* Add documentation around this behavior
* Add versionchanged

(cherry picked from commit 2b47f46d7dc30d27b2486991fea4acd83553294b)

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
Doc/library/hashlib.rst
Lib/hashlib.py
Lib/test/test_hashlib.py
Misc/NEWS.d/next/Library/2024-07-23-17-08-41.gh-issue-122179.0jZm9h.rst [new file with mode: 0644]