Phillip J. Eby wrote:

> No, the compiler does it, it's not an execution time thing.  That is, 
> the code object is set for a certain number of "cell vars", and that's 
> what allocates the cell object when the code is executed and the frame 
> is set up.

What I mean is, however it's done, all the functions defined
in a particular class need to end up sharing the same cell.

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to