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 terry.reedy
Recipients docs@python, jessevsilverman, terry.reedy
Date 2021-01-29.20:37:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611952643.14.0.149909534007.issue43042@roundup.psfhosted.org>
In-reply-to
Content
The sentence you quoted ends a paragraph that begins with a sentences saying the same thing even more clearly.  "The execution of a function introduces a new symbol table used for the local variables of the function."  I think the ending sentence could be deleted as redundant.  Or it could be merged into the initial sentence with "When a function is called, the execution of that function ... ."  What do you think?

The me, the confusion of 'other function' is that it leaves open the possibility of 'same function' having a different result, as in languages with tail recursion conversion.  But this is not true of python, which cares nothing about the caller.
History
Date User Action Args
2021-01-29 20:37:23terry.reedysetrecipients: + terry.reedy, docs@python, jessevsilverman
2021-01-29 20:37:23terry.reedysetmessageid: <1611952643.14.0.149909534007.issue43042@roundup.psfhosted.org>
2021-01-29 20:37:23terry.reedylinkissue43042 messages
2021-01-29 20:37:22terry.reedycreate