]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117953: Share More Machinery Code Between Builtin and Dynamic Extensions (gh-118204)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 29 Apr 2024 18:53:04 +0000 (12:53 -0600)
committerGitHub <noreply@github.com>
Mon, 29 Apr 2024 18:53:04 +0000 (12:53 -0600)
commit529a160be6733e04d2a44051d3f42f6ada8c1015
treeaf4552927ad8049936878c85997d18cc2281f149
parent7ccacb220d99662b626c8bc63b00a27eaf604f0c
gh-117953: Share More Machinery Code Between Builtin and Dynamic Extensions (gh-118204)

This change will make some later changes simpler. It also brings more consistent behavior and lower maintenance costs.
Include/internal/pycore_importdl.h
Python/import.c
Python/importdl.c