File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 615615 <File
616616 RelativePath=" ..\..\Python\import.c" >
617617 </File >
618- <File
619- RelativePath=" ..\..\PC\import_nt.c" >
620- <FileConfiguration
621- Name=" Release|Win32" >
622- <Tool
623- Name=" VCCLCompilerTool"
624- AdditionalIncludeDirectories=" ..\..\Python" />
625- </FileConfiguration >
626- <FileConfiguration
627- Name=" Debug|Win32" >
628- <Tool
629- Name=" VCCLCompilerTool"
630- AdditionalIncludeDirectories=" ..\..\Python" />
631- </FileConfiguration >
632- <FileConfiguration
633- Name=" ReleaseItanium|Win32" >
634- <Tool
635- Name=" VCCLCompilerTool"
636- AdditionalIncludeDirectories=" ..\..\Python" />
637- </FileConfiguration >
638- <FileConfiguration
639- Name=" ReleaseAMD64|Win32" >
640- <Tool
641- Name=" VCCLCompilerTool"
642- AdditionalIncludeDirectories=" ..\..\Python" />
643- </FileConfiguration >
644- </File >
645618 <File
646619 RelativePath=" ..\..\Python\importdl.c" >
647620 </File >
Original file line number Diff line number Diff line change 17061706 RelativePath=" ..\..\PC\getpathp.c"
17071707 >
17081708 </File >
1709- <File
1710- RelativePath=" ..\..\PC\import_nt.c"
1711- >
1712- </File >
17131709 <File
17141710 RelativePath=" ..\..\PC\msvcrtmodule.c"
17151711 >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1150,12 +1150,6 @@ PyImport_GetImporter(PyObject *path) {
11501150}
11511151
11521152
1153- #ifdef MS_COREDLL
1154- extern FILE * _PyWin_FindRegisteredModule (PyObject * , struct filedescr * * ,
1155- PyObject * * p_path );
1156- #endif
1157-
1158-
11591153static int init_builtin (PyObject * ); /* Forward */
11601154
11611155/* Initialize a built-in module.
You can’t perform that action at this time.
0 commit comments