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 03d9014 commit 4ff2fe7Copy full SHA for 4ff2fe7
1 file changed
Mac/Modules/macconfig.c
@@ -169,10 +169,8 @@ extern void initcStringIO();
169
extern void init_codecs();
170
extern void initsha();
171
extern void init_locale();
172
-#ifdef USE_UCNHASH
173
-extern void initucnhash();
174
-#endif
175
extern void init_sre();
+extern void initxreadlines();
176
/* -- ADDMODULE MARKER 1 -- */
177
178
extern void PyMarshal_Init();
@@ -295,10 +293,8 @@ struct _inittab _PyImport_Inittab[] = {
295
293
{"cPickle", initcPickle},
296
294
{"cStringIO", initcStringIO},
297
{"_locale", init_locale},
298
299
- {"ucnhash", initucnhash},
300
301
{"_sre", init_sre},
+ {"xreadlines", initxreadlines},
302
/* -- ADDMODULE MARKER 2 -- */
303
304
/* This module "lives in" with marshal.c */
0 commit comments