diff options
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 4 | ||||
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 3 | ||||
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 4 | ||||
-rw-r--r-- | PC/config.c | 1 |
4 files changed, 0 insertions, 12 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 88e30deb..2ee18d4 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -145,10 +145,6 @@ SOURCE=..\..\Modules\_stringio.c # End Source File
# Begin Source File
-SOURCE=..\..\Modules\_pickle.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Modules\_functoolsmodule.c
# End Source File
# Begin Source File
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index faed844..6e821a3 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -377,9 +377,6 @@ RelativePath="..\..\Modules\_stringio.c"> </File> <File - RelativePath="..\..\Modules\_pickle.c"> - </File> - <File RelativePath="..\..\Modules\_functoolsmodule.c"> </File> <File diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 6d488bd..213d13a 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -995,10 +995,6 @@ >
</File>
<File
- RelativePath="..\..\Modules\_pickle.c"
- >
- </File>
- <File
RelativePath="..\..\Modules\_functoolsmodule.c"
>
</File>
diff --git a/PC/config.c b/PC/config.c index f2bdfdb..eca2072 100644 --- a/PC/config.c +++ b/PC/config.c @@ -153,7 +153,6 @@ struct _inittab _PyImport_Inittab[] = { {"_fileio", PyInit__fileio}, {"_bytesio", PyInit__bytesio}, {"_stringio", PyInit__stringio}, - {"_pickle", PyInit__pickle}, {"atexit", PyInit_atexit}, /* Sentinel */ |