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 steven.daprano
Recipients deb_ctc, steven.daprano
Date 2021-06-07.05:45:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623044745.25.0.201873892779.issue44332@roundup.psfhosted.org>
In-reply-to
Content
By the way, loop variables are not considered to be "temporary" in Python. They are no more temporary than any other local variable -- they *are* local variables with exactly the same scope and lifetime as all other local variables.
History
Date User Action Args
2021-06-07 05:45:45steven.dapranosetrecipients: + steven.daprano, deb_ctc
2021-06-07 05:45:45steven.dapranosetmessageid: <1623044745.25.0.201873892779.issue44332@roundup.psfhosted.org>
2021-06-07 05:45:45steven.dapranolinkissue44332 messages
2021-06-07 05:45:45steven.dapranocreate