File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ \section{\module{gc} ---
33
44\declaremodule {extension}{gc}
55\modulesynopsis {Interface to the cycle-detecting garbage collector.}
6- \moduleauthor {Neil Schemenauer}{nascheme@enme.ucalgary.ca }
7- \sectionauthor {Neil Schemenauer}{nascheme@enme.ucalgary.ca }
6+ \moduleauthor {Neil Schemenauer}{nas@arctrix.com }
7+ \sectionauthor {Neil Schemenauer}{nas@arctrix.com }
88
99The \module {gc} module is only available if the interpreter was built
1010with the optional cyclic garbage detector (enabled by default). If
Original file line number Diff line number Diff line change 33 Reference Cycle Garbage Collection
44 ==================================
55
6- Neil Schemenauer <nascheme@enme.ucalgary.ca >
6+ Neil Schemenauer <nas@arctrix.com >
77
88 Based on a post on the python-dev list. Ideas from Guido van Rossum,
99 Eric Tiedemann, and various others.
1010
11- http://www.enme.calgary.ca/~nascheme /python/gc.html
11+ http://www.arctrix.com/nas /python/gc.html
1212 http://www.python.org/pipermail/python-dev/2000-March/003869.html
1313 http://www.python.org/pipermail/python-dev/2000-March/004010.html
1414 http://www.python.org/pipermail/python-dev/2000-March/004022.html
1515
1616 For a highlevel view of the collection process, read the collect
1717 function.
1818
19- TODO:
20- use a different interface for set_debug() (keywords)?
21- tune parameters
22-
2319*/
2420
2521
You can’t perform that action at this time.
0 commit comments