]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Oct 2021 07:20:04 +0000 (10:20 +0300)
committerGitHub <noreply@github.com>
Tue, 12 Oct 2021 07:20:04 +0000 (10:20 +0300)
commitf79f3b41c8c1360d4e0ae884a52d0a486974ca53
tree797b1e370054ea5923be5c6e16e82dd2c9cb6818
parentd943d19172aa93ce88bade15b9f23a0ce3bc72ff
Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)
Python/importdl.c