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 501d89d commit f02f4c8Copy full SHA for f02f4c8
1 file changed
Mac/Modules/macconfig.c
@@ -75,7 +75,6 @@ extern void initsyslog();
75
extern void initgestalt();
76
extern void initmacfs();
77
extern void initbinascii();
78
-extern void initsoundex();
79
extern void initoperator();
80
extern void initerrno();
81
extern void initpcre();
@@ -199,7 +198,6 @@ struct _inittab _PyImport_Inittab[] = {
199
198
{"gestalt", initgestalt},
200
{"macfs", initmacfs},
201
{"binascii", initbinascii},
202
- {"soundex", initsoundex},
203
{"operator", initoperator},
204
{"errno", initerrno},
205
{"pcre", initpcre},
0 commit comments