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 7239da7 commit 1dadb4dCopy full SHA for 1dadb4d
Include/cpython/import.h
@@ -2,8 +2,6 @@
2
# error "this header file must not be included directly"
3
#endif
4
5
-PyMODINIT_FUNC PyInit__imp(void);
6
-
7
struct _inittab {
8
const char *name; /* ASCII encoded string */
9
PyObject* (*initfunc)(void);
0 commit comments