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 ncoghlan
Recipients ZackerySpytz, brett.cannon, eric.snow, herring, ncoghlan
Date 2019-05-08.16:31:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557333088.27.0.483911729854.issue24048@roundup.psfhosted.org>
In-reply-to
Content
New changeset 94a64e9cd411a87514b68082c1c437eb3b49dfb9 by Nick Coghlan (Zackery Spytz) in branch 'master':
bpo-24048: Save the live exception during import.c's remove_module() (GH-13005)
https://github.com/python/cpython/commit/94a64e9cd411a87514b68082c1c437eb3b49dfb9
History
Date User Action Args
2019-05-08 16:31:28ncoghlansetrecipients: + ncoghlan, brett.cannon, eric.snow, herring, ZackerySpytz
2019-05-08 16:31:28ncoghlansetmessageid: <1557333088.27.0.483911729854.issue24048@roundup.psfhosted.org>
2019-05-08 16:31:28ncoghlanlinkissue24048 messages
2019-05-08 16:31:28ncoghlancreate