From: Martin v. Löwis Date: Sun, 22 Jul 2007 14:48:07 +0000 (+0000) Subject: Drop cPickle from Windows build process. X-Git-Tag: v3.0a1~597 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5b652e4d1c2b4ac1eb89ee22ccd7b75920b9293;p=thirdparty%2FPython%2Fcpython.git Drop cPickle from Windows build process. --- diff --git a/PC/config.c b/PC/config.c index 38d91deaf62a..4a33fec70ab1 100644 --- a/PC/config.c +++ b/PC/config.c @@ -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}, diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 4519e9f8b160..13cd9bc12c75 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -478,9 +478,6 @@ - -