Thanks to visit codestin.com Credit goes to github.com
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 820c120 commit af488afCopy full SHA for af488af
1 file changed
Modules/_gestalt.c
@@ -77,7 +77,7 @@ static struct PyModuleDef gestaltmodule = {
77
NULL
78
};
79
80
-void
+PyMODINIT_FUNC
81
PyInit__gestalt(void)
82
{
83
return PyModule_Create(&gestaltmodule);
0 commit comments