We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
except
1 parent f203c6d commit a5fc810Copy full SHA for a5fc810
Lib/test/support/hashlib_helper.py
@@ -10,7 +10,7 @@
10
11
try:
12
import _hmac
13
-except:
+except ImportError:
14
_hmac = None
15
16
0 commit comments