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 serhiy.storchaka
Recipients AlexWaygood, serhiy.storchaka, sobolevn, terry.reedy, zach.ware
Date 2022-02-03.09:20:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643880022.81.0.0330767814044.issue46565@roundup.psfhosted.org>
In-reply-to
Content
New changeset 0cbdd2131195b0d313762968f604e80a3e65ca9f by Nikita Sobolev in branch 'main':
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
https://github.com/python/cpython/commit/0cbdd2131195b0d313762968f604e80a3e65ca9f
History
Date User Action Args
2022-02-03 09:20:22serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, zach.ware, sobolevn, AlexWaygood
2022-02-03 09:20:22serhiy.storchakasetmessageid: <1643880022.81.0.0330767814044.issue46565@roundup.psfhosted.org>
2022-02-03 09:20:22serhiy.storchakalinkissue46565 messages
2022-02-03 09:20:22serhiy.storchakacreate