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 arcivanov
Recipients BTaskaya, arcivanov, vstinner
Date 2020-07-02.14:27:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593700068.69.0.0511057687211.issue41194@roundup.psfhosted.org>
In-reply-to
Content
> old_modules = dict(sys.modules)
> sys.modules.clear()
> sys.modules.update(old_modules)
History
Date User Action Args
2020-07-02 14:27:48arcivanovsetrecipients: + arcivanov, vstinner, BTaskaya
2020-07-02 14:27:48arcivanovsetmessageid: <1593700068.69.0.0511057687211.issue41194@roundup.psfhosted.org>
2020-07-02 14:27:48arcivanovlinkissue41194 messages
2020-07-02 14:27:48arcivanovcreate