]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101670: typo fix in PyImport_ExtendInittab() (#101723)
authorSergey B Kirpichev <skirpichev@gmail.com>
Thu, 9 Feb 2023 16:49:02 +0000 (19:49 +0300)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 16:49:02 +0000 (18:49 +0200)
commitcb2411886a181d25e0cff2c870f331d2949874d5
treed85e99bb7d99d1aaddfae947ad71f0769fb50d45
parentecfd2d37c529c1952dc11fabe1758156924de67a
gh-101670: typo fix in PyImport_ExtendInittab() (#101723)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Python/import.c