This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ezio.melotti, kristjan.jonsson, meador.inge, pitrou, progrper, rhettinger, terry.reedy
Date 2012-04-15.18:48:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334515645.3414.7.camel@localhost.localdomain>
In-reply-to <1334514777.54.0.244052029761.issue14507@psf.upfronthosting.co.za>
Content
> It happens to be that recursive calls are the easiest way to do that,
> but Python makes it somewhat easy to dynamically generate thousands of
> different callables making thousands of non-recursive nested calls.

That's a rather pointless discussion of terminology, IMHO.
History
Date User Action Args
2012-04-15 18:48:20pitrousetrecipients: + pitrou, rhettinger, terry.reedy, kristjan.jonsson, ezio.melotti, meador.inge, progrper
2012-04-15 18:48:20pitroulinkissue14507 messages
2012-04-15 18:48:20pitroucreate