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


Groups > comp.lang.python > #10933 > unrolled thread

Re: Observations on the three pillars of Python execution

Started byTerry Reedy <tjreedy@udel.edu>
First post2011-08-05 16:55 -0400
Last post2011-08-05 16:55 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#10933 — Re: Observations on the three pillars of Python execution

FromTerry Reedy <tjreedy@udel.edu>
Date2011-08-05 16:55 -0400
SubjectRe: Observations on the three pillars of Python execution
Message-ID<mailman.1944.1312577769.1164.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web