]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-122183)
authorSebastian Rittau <srittau@rittau.biz>
Mon, 21 Apr 2025 21:15:05 +0000 (23:15 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 21:15:05 +0000 (14:15 -0700)
commit2b47f46d7dc30d27b2486991fea4acd83553294b
treee210e5c861f1eaf46106fca23063c1c91bb3a89b
parentfa70bf85931eff62cb24fb2f5b7e86c1dcf642d0
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
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]