Borked Pseudo Mailed wrote:
Hello,Is there any interest in generational garbage collection in Python these days ? Anyone working on it ? Thanks
Not really all that useful for CPython (you cannot move live objects, without breaking faith with C-coded extensions). PyPy would be where to look for that work (and perhaps FePy or unladen swallow). --Scott David Daniels [email protected] -- http://mail.python.org/mailman/listinfo/python-list
