[Python-ideas] Cofunctions - Back to Basics

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Oct 30 22:46:07 CET 2011


Another problem with greenlets I've just thought of:
What happens if the last reference to the object holding
a piece of inactive C stacks dropped? There doesn't
seem to be a way of finding any Python references it
contains and cleaning them up.

-- 
Greg



More information about the Python-ideas mailing list