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 d82788e commit a4b8323Copy full SHA for a4b8323
Modules/_hashopenssl.c
@@ -66,9 +66,9 @@ typedef struct {
66
#include "clinic/_hashopenssl.c.h"
67
/*[clinic input]
68
module _hashlib
69
-class _hashlib.HASH "EVPobject *" "&EVPtype"
+class _hashlib.HASH "EVPobject *" "((_hashlibstate *)PyModule_GetState(module))->EVPtype"
70
[clinic start generated code]*/
71
-/*[clinic end generated code: output=da39a3ee5e6b4b0d input=a881a5092eecad28]*/
+/*[clinic end generated code: output=da39a3ee5e6b4b0d input=1adf85e8eb2ab979]*/
72
73
74
/* LCOV_EXCL_START */
0 commit comments