-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Closed
Labels
3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
hashlib.file_digest()
now raises BlockingIOError
if the file object is non-blocking and a syscall returns EWOULDBLOCK
. This is incorrectly described in one spot, the versionchanged
note.
First discussion in #122183 (comment), original issue #122179, original 3.13 backport #132787.
Linked PRs
- gh-139495: Fix
hashlib.file_digest()
versionchanged description ofBlockingIOError
#139496 - [3.14] gh-139495: Fix
hashlib.file_digest()
versionchanged description ofBlockingIOError
(GH-139496) #139522 - [3.13] gh-139495: Fix
hashlib.file_digest()
versionchanged description ofBlockingIOError
(GH-139496) #139528
Metadata
Metadata
Assignees
Labels
3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Todo