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 iritkatriel
Recipients eric.snow, georg.brandl, iritkatriel, josh.r, louielu, serhiy.storchaka, xdegaye
Date 2021-08-03.15:18:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628003901.17.0.998387406425.issue20703@roundup.psfhosted.org>
In-reply-to
Content
Can we make sys.modules automatically return an iterator that has a copy of its contents?  Otherwise it's an odd API - it's iterable but we tell people not to iterate it.
History
Date User Action Args
2021-08-03 15:18:21iritkatrielsetrecipients: + iritkatriel, georg.brandl, xdegaye, eric.snow, serhiy.storchaka, josh.r, louielu
2021-08-03 15:18:21iritkatrielsetmessageid: <1628003901.17.0.998387406425.issue20703@roundup.psfhosted.org>
2021-08-03 15:18:21iritkatriellinkissue20703 messages
2021-08-03 15:18:21iritkatrielcreate