Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c95ce commit b5b652eCopy full SHA for b5b652e
2 files changed
PC/config.c
@@ -22,7 +22,6 @@ extern void init_sha512(void);
22
extern void inittime(void);
23
extern void initthread(void);
24
extern void initcStringIO(void);
25
-extern void initcPickle(void);
26
#ifdef WIN32
27
extern void initmsvcrt(void);
28
extern void init_locale(void);
@@ -92,7 +91,6 @@ struct _inittab _PyImport_Inittab[] = {
92
91
{"thread", initthread},
93
#endif
94
{"cStringIO", initcStringIO},
95
- {"cPickle", initcPickle},
96
97
{"msvcrt", initmsvcrt},
98
{"_locale", init_locale},
PCbuild/pythoncore.vcproj
@@ -478,9 +478,6 @@
478
<File
479
RelativePath="..\PC\config.c">
480
</File>
481
- <File
482
- RelativePath="..\Modules\cPickle.c">
483
- </File>
484
485
RelativePath="..\Modules\cStringIO.c">
486
0 commit comments