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 rhettinger
Recipients Markus Mohrhard, rhettinger
Date 2020-04-19.18:56:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587322606.35.0.0699415496542.issue40327@roundup.psfhosted.org>
In-reply-to
Content
Suggest making this change:

-    for module_name, module in list(sys.modules.items()):
+    for module_name, module in sys.modules.copy().items():
History
Date User Action Args
2020-04-19 18:56:46rhettingersetrecipients: + rhettinger, Markus Mohrhard
2020-04-19 18:56:46rhettingersetmessageid: <1587322606.35.0.0699415496542.issue40327@roundup.psfhosted.org>
2020-04-19 18:56:46rhettingerlinkissue40327 messages
2020-04-19 18:56:46rhettingercreate