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 434ea4d commit 8ee3c86Copy full SHA for 8ee3c86
src/RadProfModule.c
@@ -1115,21 +1115,10 @@ static PyMethodDef radProfMethods[] = {
1115
radProfMethods
1116
};
1117
1118
-#endif
1119
-
1120
1121
-#if PY_MAJOR_VERSION >= 3
1122
1123
// Module initialization function
1124
PyMODINIT_FUNC PyInit_radProf(void) {
1125
import_array();
1126
return PyModule_Create(&pyguidemodule);
1127
- // PyObject *m;
1128
- // m = PyModule_Create(&pyguidemodule);
1129
- // if (m == NULL)
1130
- // return NULL;
1131
1132
- // import_array();
1133
}
1134
1135
#else
0 commit comments