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 vstinner
Recipients Mark.Shannon, eric.snow, fabioz, vstinner
Date 2021-04-02.12:03:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617365032.7.0.61054568564.issue39947@roundup.psfhosted.org>
In-reply-to
Content
About setting frame local variables, see:

* bpo-42197: Disable automatic update of frame locals during tracing
* bpo-30744: Local variable assignment is broken when combined with threads + tracing + closures
* PEP 558: Defined semantics for locals()
  https://www.python.org/dev/peps/pep-0558/
History
Date User Action Args
2021-04-02 12:03:52vstinnersetrecipients: + vstinner, fabioz, Mark.Shannon, eric.snow
2021-04-02 12:03:52vstinnersetmessageid: <1617365032.7.0.61054568564.issue39947@roundup.psfhosted.org>
2021-04-02 12:03:52vstinnerlinkissue39947 messages
2021-04-02 12:03:52vstinnercreate