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 42c2e6a commit 2e146b3Copy full SHA for 2e146b3
1 file changed
PC/config.c
@@ -79,15 +79,15 @@ struct _inittab _PyImport_Inittab[] = {
79
{"math", initmath},
80
{"md5", initmd5},
81
{"new", initnew},
82
- {"nt", initnt}, /* Use the NT os functions, not posix */
+ {"nt", initnt}, /* Use the NT os functions, not posix */
83
{"operator", initoperator},
84
{"regex", initregex},
85
{"rgbimg", initrgbimg},
86
{"rotor", initrotor},
87
{"signal", initsignal},
88
#ifdef USE_SOCKET
89
- {"_socket", init_socket},
90
- {"select", initselect},
+ {"_socket", init_socket},
+ {"select", initselect},
91
#endif
92
{"soundex", initsoundex},
93
{"strop", initstrop},
@@ -96,8 +96,8 @@ struct _inittab _PyImport_Inittab[] = {
96
#ifdef WITH_THREAD
97
{"thread", initthread},
98
99
- {"cStringIO", initcStringIO},
100
- {"cPickle", initcPickle},
+ {"cStringIO", initcStringIO},
+ {"cPickle", initcPickle},
101
102
/* -- ADDMODULE MARKER 2 -- */
103
0 commit comments