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 25241d9 commit 9d640a3Copy full SHA for 9d640a3
1 file changed
Mac/Modules/config.c
@@ -128,6 +128,9 @@ extern void init_tkinter();
128
extern void initsocket();
129
extern void initselect();
130
#endif
131
+#ifdef USE_WASTE
132
+extern void initwaste();
133
+#endif
134
/* -- ADDMODULE MARKER 1 -- */
135
136
extern void PyMarshal_Init();
@@ -216,6 +219,9 @@ struct {
216
219
{"socket", initsocket},
217
220
{"select", initselect},
218
221
222
223
+ {"waste", initwaste},
224
225
226
/* -- ADDMODULE MARKER 2 -- */
227
0 commit comments