]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Oct 2021 17:10:41 +0000 (10:10 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Oct 2021 17:10:41 +0000 (10:10 -0700)
commit6d4d4ec59f3e8cf633af882b386959ecbe1e0c54
tree142be4e574d1089170c148d55b26b7f63ec58003
parent0cd5bf919430755b4e2c08c0f2e42f74ae2f00ad
Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)

(cherry picked from commit f79f3b41c8c1360d4e0ae884a52d0a486974ca53)

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