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.
1 parent 31f8b90 commit fb57604Copy full SHA for fb57604
Modules/sha1module.c
@@ -64,6 +64,8 @@ class SHA1Type "SHA1object *" "&PyType_Type"
64
65
#include "clinic/sha1module.c.h"
66
67
+// --- SHA-1 object interface configuration -----------------------------------
68
+
69
static SHA1object *
70
newSHA1object(SHA1State *st)
71
{
0 commit comments