Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #10933

Re: Observations on the three pillars of Python execution

From Terry Reedy <tjreedy@udel.edu>
Subject Re: Observations on the three pillars of Python execution
Date 2011-08-05 16:55 -0400
References <CALFfu7ANRRta8ePdZM6W==ESmExrtPw5=FR1TaMUw7bpGDf_-A@mail.gmail.com> <4E3BA852.9020604@jollybox.de>
Newsgroups comp.lang.python
Message-ID <mailman.1944.1312577769.1164.python-list@python.org> (permalink)

Show all headers | View raw


On 8/5/2011 4:22 AM, Thomas Jollans wrote:
> 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.

Recursion only happens through runtime name resolution, not through 
direct access to the function or code object from within the code.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Observations on the three pillars of Python execution Terry Reedy <tjreedy@udel.edu> - 2011-08-05 16:55 -0400

csiph-web