File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ extern PyObject* PyInit_atexit(void);
6666extern PyObject * _PyWarnings_Init (void );
6767extern PyObject * PyInit__string (void );
6868extern PyObject * PyInit__stat (void );
69+ extern PyObject * PyInit__opcode (void );
6970
7071/* tools/freeze/makeconfig.py marker for additional "extern" */
7172/* -- ADDMODULE MARKER 1 -- */
@@ -158,6 +159,7 @@ struct _inittab _PyImport_Inittab[] = {
158159 {"_pickle" , PyInit__pickle },
159160 {"atexit" , PyInit_atexit },
160161 {"_stat" , PyInit__stat },
162+ {"_opcode" , PyInit__opcode },
161163
162164 /* Sentinel */
163165 {0 , 0 }
Original file line number Diff line number Diff line change 524524 <ClCompile Include =" ..\Modules\mathmodule.c" />
525525 <ClCompile Include =" ..\Modules\md5module.c" />
526526 <ClCompile Include =" ..\Modules\mmapmodule.c" />
527+ <ClCompile Include =" ..\Modules\_opcode.c" />
527528 <ClCompile Include =" ..\Modules\_operator.c" />
528529 <ClCompile Include =" ..\Modules\parsermodule.c" />
529530 <ClCompile Include =" ..\Modules\posixmodule.c" />
You can’t perform that action at this time.
0 commit comments