Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10933 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2011-08-05 16:55 -0400 |
| Last post | 2011-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.
Re: Observations on the three pillars of Python execution Terry Reedy <tjreedy@udel.edu> - 2011-08-05 16:55 -0400
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2011-08-05 16:55 -0400 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web