mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Drop cPickle from Windows build process.
This commit is contained in:
parent
95c95ce5be
commit
b5b652e4d1
2 changed files with 0 additions and 5 deletions
|
@ -22,7 +22,6 @@ extern void init_sha512(void);
|
||||||
extern void inittime(void);
|
extern void inittime(void);
|
||||||
extern void initthread(void);
|
extern void initthread(void);
|
||||||
extern void initcStringIO(void);
|
extern void initcStringIO(void);
|
||||||
extern void initcPickle(void);
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
extern void initmsvcrt(void);
|
extern void initmsvcrt(void);
|
||||||
extern void init_locale(void);
|
extern void init_locale(void);
|
||||||
|
@ -92,7 +91,6 @@ struct _inittab _PyImport_Inittab[] = {
|
||||||
{"thread", initthread},
|
{"thread", initthread},
|
||||||
#endif
|
#endif
|
||||||
{"cStringIO", initcStringIO},
|
{"cStringIO", initcStringIO},
|
||||||
{"cPickle", initcPickle},
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
{"msvcrt", initmsvcrt},
|
{"msvcrt", initmsvcrt},
|
||||||
{"_locale", init_locale},
|
{"_locale", init_locale},
|
||||||
|
|
|
@ -478,9 +478,6 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\PC\config.c">
|
RelativePath="..\PC\config.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\Modules\cPickle.c">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\Modules\cStringIO.c">
|
RelativePath="..\Modules\cStringIO.c">
|
||||||
</File>
|
</File>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue