]> granicus.if.org Git - python/commit
bpo-24048: Save the live exception during import.c's remove_module() (GH-13005)
authorZackery Spytz <zspytz@gmail.com>
Wed, 8 May 2019 16:31:23 +0000 (10:31 -0600)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 8 May 2019 16:31:23 +0000 (12:31 -0400)
commit94a64e9cd411a87514b68082c1c437eb3b49dfb9
treee7888a142edbe85f294e5859077ecd7400ef4675
parent85225b6a58a516c50c055d5114668ed2fcdcda8c
bpo-24048: Save the live exception during import.c's remove_module() (GH-13005)

Save the live exception during the course of remove_module().
Misc/NEWS.d/next/Core and Builtins/2019-04-29-03-27-22.bpo-24048.vXxUDQ.rst [new file with mode: 0644]
Python/import.c