summaryrefslogtreecommitdiffstats
path: root/Modules/gcmodule.c
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2008-07-15 19:24:01 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2008-07-15 19:24:01 (GMT)
commita7024e9e849957f0f0a8ac9ad4684be331b3c6f6 (patch)
treea1a943e20c53660b603a63742506446c63cc6c4c /Modules/gcmodule.c
parent0261e1e73f14da7ce2c50ad2a93390a31cae2179 (diff)
downloadcpython-a7024e9e849957f0f0a8ac9ad4684be331b3c6f6.zip
cpython-a7024e9e849957f0f0a8ac9ad4684be331b3c6f6.tar.gz
cpython-a7024e9e849957f0f0a8ac9ad4684be331b3c6f6.tar.bz2
Fix some broken URLs to GC design discussions.
Diffstat (limited to 'Modules/gcmodule.c')
-rw-r--r--Modules/gcmodule.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/Modules/gcmodule.c b/Modules/gcmodule.c
index 897590c..8b505c8 100644
--- a/Modules/gcmodule.c
+++ b/Modules/gcmodule.c
@@ -9,9 +9,14 @@
Eric Tiedemann, and various others.
http://www.arctrix.com/nas/python/gc/
- http://www.python.org/pipermail/python-dev/2000-March/003869.html
- http://www.python.org/pipermail/python-dev/2000-March/004010.html
- http://www.python.org/pipermail/python-dev/2000-March/004022.html
+
+ The following mailing list threads provide a historical perspective on
+ the design of this module. Note that a fair amount of refinement has
+ occurred since those discussions.
+
+ http://mail.python.org/pipermail/python-dev/2000-March/002385.html
+ http://mail.python.org/pipermail/python-dev/2000-March/002434.html
+ http://mail.python.org/pipermail/python-dev/2000-March/002497.html
For a highlevel view of the collection process, read the collect
function.