Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ff2fe7

Browse files
committed
ucnhash module has gone, xreadlines module added.
1 parent 03d9014 commit 4ff2fe7

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

Mac/Modules/macconfig.c

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,8 @@ extern void initcStringIO();
169169
extern void init_codecs();
170170
extern void initsha();
171171
extern void init_locale();
172-
#ifdef USE_UCNHASH
173-
extern void initucnhash();
174-
#endif
175172
extern void init_sre();
173+
extern void initxreadlines();
176174
/* -- ADDMODULE MARKER 1 -- */
177175

178176
extern void PyMarshal_Init();
@@ -295,10 +293,8 @@ struct _inittab _PyImport_Inittab[] = {
295293
{"cPickle", initcPickle},
296294
{"cStringIO", initcStringIO},
297295
{"_locale", init_locale},
298-
#ifdef USE_UCNHASH
299-
{"ucnhash", initucnhash},
300-
#endif
301296
{"_sre", init_sre},
297+
{"xreadlines", initxreadlines},
302298
/* -- ADDMODULE MARKER 2 -- */
303299

304300
/* This module "lives in" with marshal.c */

0 commit comments

Comments
 (0)