]> 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:22:29 +0000 (02:22 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Oct 2021 09:22:29 +0000 (02:22 -0700)
commit3a58d6062060f9fcc1f4f9c43358769305bafef8
treeb98c8df3685b7231a8e65204c52431de39214879
parentaff69c34b04390488ff8a364894f9e0c25fc4435
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