File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ extern PyObject* PyInit_errno(void);
13
13
extern PyObject * PyInit_faulthandler (void );
14
14
extern PyObject * PyInit__tracemalloc (void );
15
15
extern PyObject * PyInit_gc (void );
16
- extern PyObject * PyInit__imath (void );
16
+ extern PyObject * PyInit_imath (void );
17
17
extern PyObject * PyInit_math (void );
18
18
extern PyObject * PyInit_nt (void );
19
19
extern PyObject * PyInit__operator (void );
@@ -101,7 +101,7 @@ struct _inittab _PyImport_Inittab[] = {
101
101
{"errno" , PyInit_errno },
102
102
{"faulthandler" , PyInit_faulthandler },
103
103
{"gc" , PyInit_gc },
104
- {"imath" , PyInit__imath },
104
+ {"imath" , PyInit_imath },
105
105
{"math" , PyInit_math },
106
106
{"nt" , PyInit_nt }, /* Use the NT os functions, not posix */
107
107
{"_operator" , PyInit__operator },
You can’t perform that action at this time.
0 commit comments