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 26cfeb0 commit 258aa20Copy full SHA for 258aa20
PC/config.c
@@ -22,6 +22,7 @@ extern PyObject* PyInit__sysconfig(void);
22
extern PyObject* PyInit__typing(void);
23
extern PyObject* PyInit_time(void);
24
extern PyObject* PyInit__thread(void);
25
+
26
/* cryptographic hash functions */
27
extern PyObject* PyInit__blake2(void);
28
extern PyObject* PyInit__md5(void);
@@ -30,7 +31,7 @@ extern PyObject* PyInit__sha2(void);
30
31
extern PyObject* PyInit__sha3(void);
32
/* other cryptographic primitives */
33
extern PyObject* PyInit__hmac(void);
-/* ------------------------ */
34
35
#ifdef WIN32
36
extern PyObject* PyInit_msvcrt(void);
37
extern PyObject* PyInit__locale(void);
0 commit comments