Observations on the three pillars of Python execution
Thomas Jollans
t at jollybox.de
Fri Aug 5 04:22:42 EDT 2011
On 05/08/11 09:20, Eric Snow wrote:
> Object available during code object execution:
> (M) no
> (C) no
> (F) no
(F) yes.
cf. recursion.
More information about the Python-list
mailing list