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 Mark.Shannon
Recipients Mark.Shannon, fabioz, ncoghlan, python-dev, vstinner
Date 2021-06-27.11:59:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624795167.07.0.359420085534.issue42197@roundup.psfhosted.org>
In-reply-to
Content
> So, it's expected that `some_module` and `v` would be in the locals at this point.

If a function does not have the local variables `some_module` and `v`, then the change wouldn't be visible to the debugee.
So what difference does it make?
History
Date User Action Args
2021-06-27 11:59:27Mark.Shannonsetrecipients: + Mark.Shannon, ncoghlan, vstinner, fabioz, python-dev
2021-06-27 11:59:27Mark.Shannonsetmessageid: <1624795167.07.0.359420085534.issue42197@roundup.psfhosted.org>
2021-06-27 11:59:27Mark.Shannonlinkissue42197 messages
2021-06-27 11:59:27Mark.Shannoncreate