summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.thread.in
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-06-30 05:02:53 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-06-30 05:02:53 (GMT)
commitc5007aa5c3d64109578cf12b026ca6305acff97b (patch)
treea576fb8432ea60a6b6db49c09937551903938003 /Modules/Setup.thread.in
parent4e542a3d9995addd08e7675a63cb0c8ee61a5010 (diff)
downloadcpython-c5007aa5c3d64109578cf12b026ca6305acff97b.zip
cpython-c5007aa5c3d64109578cf12b026ca6305acff97b.tar.gz
cpython-c5007aa5c3d64109578cf12b026ca6305acff97b.tar.bz2
final patches from Neil Schemenauer for garbage collection
Diffstat (limited to 'Modules/Setup.thread.in')
-rw-r--r--Modules/Setup.thread.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Setup.thread.in b/Modules/Setup.thread.in
index d532156..7360144 100644
--- a/Modules/Setup.thread.in
+++ b/Modules/Setup.thread.in
@@ -10,3 +10,6 @@
# support threads.
@USE_THREAD_MODULE@thread threadmodule.c
+
+# Garbage collection enabled with --with-cycle-gc
+@USE_GC_MODULE@gc gcmodule.c