[Python-ideas] [Python-Dev] GC Changes
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Oct 2 02:58:12 CEST 2007
More information about the Python-ideas mailing list
Tue Oct 2 02:58:12 CEST 2007
- Previous message: [Python-ideas] [Python-Dev] GC Changes
- Next message: [Python-ideas] [Python-Dev] GC Changes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Adam Olsen wrote: > Refcounting is fairly firmly ingrained in CPython, but there are > conservative GCs for C that mostly work, Unfortunately, "mostly works" isn't good enough for something to be incorporated into CPython. It needs to work completely reliably and very portably. -- Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | Carpe post meridiem! | Christchurch, New Zealand | (I'm not a morning person.) | greg.ewing at canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-ideas] [Python-Dev] GC Changes
- Next message: [Python-ideas] [Python-Dev] GC Changes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list