]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117953: Work Relative to Specific Extension Kinds in the Import Machinery (gh...
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 1 May 2024 23:40:28 +0000 (17:40 -0600)
committerGitHub <noreply@github.com>
Wed, 1 May 2024 23:40:28 +0000 (17:40 -0600)
commit526ca4c09eed63e19ea5ffc46a76c5d8077a8bc9
tree8b7f86990eb8497a743e24cd3afc76e8a72045a0
parenta524152b8c56f82d807ecdd7ae9d39cfd643c469
gh-117953: Work Relative to Specific Extension Kinds in the Import Machinery (gh-118205)

This change will make some later changes simpler.
Include/internal/pycore_importdl.h
Python/import.c
Python/importdl.c