Skip to content

Commit 80189ff

Browse files
authored
Remove PyInit__imp() function (#129125)
This function was exposed by mistake to the public C API. It's the only "PyInit" function which is exposed.
1 parent fafc618 commit 80189ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Include/cpython/import.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# error "this header file must not be included directly"
33
#endif
44

5-
PyMODINIT_FUNC PyInit__imp(void);
6-
75
struct _inittab {
86
const char *name; /* ASCII encoded string */
97
PyObject* (*initfunc)(void);

0 commit comments

Comments
 (0)