mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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.
This commit is contained in:
parent
fafc618e2f
commit
80189ff647
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@
|
|||
# error "this header file must not be included directly"
|
||||
#endif
|
||||
|
||||
PyMODINIT_FUNC PyInit__imp(void);
|
||||
|
||||
struct _inittab {
|
||||
const char *name; /* ASCII encoded string */
|
||||
PyObject* (*initfunc)(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue