]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit() ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 Oct 2021 09:43:09 +0000 (02:43 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Oct 2021 09:43:09 +0000 (02:43 -0700)
commitd57d33c2342f8ebaf9a91fe991dbfc148340e811
tree0bbd32d2075d60d1335b44c6259c1ae2b9c0f81f
parent5f44bb28fd9e98d681adff7e3329d6a863d3d5cd
Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit() (GH-28862)

(cherry picked from commit 9883ca498d654a4792d530bd8d6d64fef4dc971c)

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