Discussion:
[Python-3000-checkins] r64975 - python/branches/py3k/Modules/gcmodule.c
neil.schemenauer
2008-07-15 19:24:01 UTC
Permalink
Author: neil.schemenauer
Date: Tue Jul 15 21:24:01 2008
New Revision: 64975

Log:
Fix some broken URLs to GC design discussions.


Modified:
python/branches/py3k/Modules/gcmodule.c

Modified: python/branches/py3k/Modules/gcmodule.c
==============================================================================
--- python/branches/py3k/Modules/gcmodule.c (original)
+++ python/branches/py3k/Modules/gcmodule.c Tue Jul 15 21:24:01 2008
@@ -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.

Loading...