]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-24048: Save the live exception during import.c's remove_module() (GH-13005)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 May 2020 19:35:21 +0000 (12:35 -0700)
committerGitHub <noreply@github.com>
Fri, 29 May 2020 19:35:21 +0000 (12:35 -0700)
commit5aa40e587e63bcad22c7e196fc3559e2b5e0792b
tree010815a27080cb1784572eadf7cffd5b8d879a51
parent852e8a7ed4d3d48e5c1c8120cfc932eb6a84bb8e
bpo-24048: Save the live exception during import.c's remove_module() (GH-13005)

Save the live exception during the course of remove_module().
(cherry picked from commit 94a64e9cd411a87514b68082c1c437eb3b49dfb9)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
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