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 14e1871 commit 50cb38dCopy full SHA for 50cb38d
1 file changed
Mac/Modules/macconfig.c
@@ -162,6 +162,9 @@ extern void initthread();
162
#ifdef USE_PYEXPAT
163
extern void initpyexpat();
164
#endif
165
+#ifdef WITH_CYCLE_GC
166
+extern void initgc();
167
+#endif
168
169
extern void initcPickle();
170
extern void initcStringIO();
@@ -285,6 +288,9 @@ struct _inittab _PyImport_Inittab[] = {
285
288
286
289
287
290
{"pyexpat", initpyexpat},
291
292
293
+ {"gc", initgc},
294
295
{"cPickle", initcPickle},
296
{"cStringIO", initcStringIO},
0 commit comments