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 fafc618 commit 80189ffCopy full SHA for 80189ff
1 file changed
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