]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit() ...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 11 Oct 2021 08:57:27 +0000 (11:57 +0300)
committerGitHub <noreply@github.com>
Mon, 11 Oct 2021 08:57:27 +0000 (11:57 +0300)
commit9883ca498d654a4792d530bd8d6d64fef4dc971c
treec1b0595297d34c822a5353e1516dd8ca8748c8bf
parent15188b115a2da815556053372c912a81a74be43b
Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit() (GH-28862)
Python/importdl.c