mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
- update Neil's email address
This commit is contained in:
parent
97d723bd62
commit
b2c2c9e977
2 changed files with 4 additions and 8 deletions
|
@ -3,12 +3,12 @@
|
|||
Reference Cycle Garbage Collection
|
||||
==================================
|
||||
|
||||
Neil Schemenauer <nascheme@enme.ucalgary.ca>
|
||||
Neil Schemenauer <nas@arctrix.com>
|
||||
|
||||
Based on a post on the python-dev list. Ideas from Guido van Rossum,
|
||||
Eric Tiedemann, and various others.
|
||||
|
||||
http://www.enme.calgary.ca/~nascheme/python/gc.html
|
||||
http://www.arctrix.com/nas/python/gc.html
|
||||
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
|
||||
|
@ -16,10 +16,6 @@
|
|||
For a highlevel view of the collection process, read the collect
|
||||
function.
|
||||
|
||||
TODO:
|
||||
use a different interface for set_debug() (keywords)?
|
||||
tune parameters
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue