]> granicus.if.org Git - python/commit
bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 25 Apr 2018 18:32:52 +0000 (11:32 -0700)
committerGitHub <noreply@github.com>
Wed, 25 Apr 2018 18:32:52 +0000 (11:32 -0700)
commit291c9d4f74f3c7c57ae18e1aca617206795a090d
treedb94a214c021e9cd16f6f24d6382138978967eb9
parent53d36cc961ff2080fa91a216cce718295259d723
bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564)

(cherry picked from commit e9d9494d6b2a5e0c2d48d22c7f0d5e95504b4f7e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Python/import.c