Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2c2c9e

Browse files
committed
- update Neil's email address
1 parent 97d723b commit b2c2c9e

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

Doc/lib/libgc.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}{[email protected]}
7-
\sectionauthor{Neil Schemenauer}{[email protected]}
6+
\moduleauthor{Neil Schemenauer}{[email protected]}
7+
\sectionauthor{Neil Schemenauer}{[email protected]}
88

99
The \module{gc} module is only available if the interpreter was built
1010
with the optional cyclic garbage detector (enabled by default). If

Modules/gcmodule.c

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,19 @@
33
Reference Cycle Garbage Collection
44
==================================
55
6-
Neil Schemenauer <[email protected]>
6+
Neil Schemenauer <[email protected]>
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

0 commit comments

Comments
 (0)