]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Drop cPickle from Windows build process.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 22 Jul 2007 14:48:07 +0000 (14:48 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 22 Jul 2007 14:48:07 +0000 (14:48 +0000)
PC/config.c
PCbuild/pythoncore.vcproj

index 38d91deaf62a593a097dc601f953d617af616192..4a33fec70ab115d967958814bc85d2302bdb0a0b 100644 (file)
@@ -22,7 +22,6 @@ extern void init_sha512(void);
 extern void inittime(void);
 extern void initthread(void);
 extern void initcStringIO(void);
-extern void initcPickle(void);
 #ifdef WIN32
 extern void initmsvcrt(void);
 extern void init_locale(void);
@@ -92,7 +91,6 @@ struct _inittab _PyImport_Inittab[] = {
         {"thread", initthread},
 #endif
         {"cStringIO", initcStringIO},
-        {"cPickle", initcPickle},
 #ifdef WIN32
         {"msvcrt", initmsvcrt},
         {"_locale", init_locale},
index 4519e9f8b16092dcca9a68dccc2a949080151f2c..13cd9bc12c759a8a4097c2bcc49618f0efe24bf5 100644 (file)
                <File
                        RelativePath="..\PC\config.c">
                </File>
-               <File
-                       RelativePath="..\Modules\cPickle.c">
-               </File>
                <File
                        RelativePath="..\Modules\cStringIO.c">
                </File>