Skip to content

Commit 2720b6b

Browse files
committed
reduce diff
1 parent 49ac4af commit 2720b6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/hashlib.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,7 @@ def file_digest(fileobj, digest, /, *, _bufsize=2**18):
261261
return digestobj
262262

263263

264-
__logging = None
265-
__logger = None
264+
__logger = __logging = None
266265
for __func_name in __always_supported:
267266
# try them all, some may not work due to the OpenSSL
268267
# version not supporting that algorithm.

0 commit comments

Comments
 (0)