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 a5e2ece commit d9d2968Copy full SHA for d9d2968
1 file changed
Mac/Modules/config.c
@@ -146,6 +146,10 @@ extern void initgdbm();
146
#ifdef USE_ZLIB
147
extern void initzlib();
148
#endif
149
+
150
+/* Testing: */
151
+extern void initcPickle();
152
+extern void initcStringIO();
153
/* -- ADDMODULE MARKER 1 -- */
154
155
extern void PyMarshal_Init();
@@ -249,6 +253,9 @@ struct _inittab _PyImport_Inittab[] = {
249
253
250
254
{"zlib", initzlib},
251
255
256
257
+ {"cPickle", initcPickle},
258
+ {"cStringIO", initcStringIO},
252
259
260
/* -- ADDMODULE MARKER 2 -- */
261
0 commit comments