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);
1313extern PyObject * PyInit_faulthandler (void );
1414extern PyObject * PyInit__tracemalloc (void );
1515extern PyObject * PyInit_gc (void );
16- extern PyObject * PyInit__imath (void );
16+ extern PyObject * PyInit_imath (void );
1717extern PyObject * PyInit_math (void );
1818extern PyObject * PyInit_nt (void );
1919extern PyObject * PyInit__operator (void );
@@ -101,7 +101,7 @@ struct _inittab _PyImport_Inittab[] = {
101101 {"errno" , PyInit_errno },
102102 {"faulthandler" , PyInit_faulthandler },
103103 {"gc" , PyInit_gc },
104- {"imath" , PyInit__imath },
104+ {"imath" , PyInit_imath },
105105 {"math" , PyInit_math },
106106 {"nt" , PyInit_nt }, /* Use the NT os functions, not posix */
107107 {"_operator" , PyInit__operator },
You can’t perform that action at this time.
0 commit comments